Home
last modified time | relevance | path

Searched hist:"13 c54a1ee12fdd71e76dd9c446fa5b7a330857a9" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-core.c13c54a1ee12fdd71e76dd9c446fa5b7a330857a9 Fri Oct 23 06:41:25 UTC 2020 Marc Kleine-Budde <mkl@pengutronix.de> can: mcp251xfd: mcp251xfd_chip_stop(): convert to a void function

The mcp251xfd_chip_stop() function tries the best to stop the chip and
put it into sleep mode. It continues, even if some intermediate steps
fail. As none of the callers use the return value, let this function
return void.

Link: https://lore.kernel.org/all/20220207131047.282110-6-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>