On Wed, 23 Feb 2022 23:43:13 +0100 Marc Kleine-Budde wrote: > This patch adds a new function to bring the chip into sleep mode, and > replaces several occurrences of open coded variants. > > Link: https://lore.kernel.org/all/20220207131047.282110-5-mkl@xxxxxxxxxxxxxx > Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> Build is broken between patch 17 and patch 18 :( drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c: In function ‘mcp251xfd_chip_stop’: drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c:644:1: error: no return statement in function returning non-void [-Werror=return-type] 644 | } | ^