1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/can/spi/mcp251xfd
Marc Kleine-Budde cf8ee6de25 can: mcp251xfd: mcp251xfd_probe(): use dev_err_probe() to simplify error handling
dev_err_probe() can reduce code size, uniform error handling and record the
defer probe reason etc., use it to simplify the code.

Link: https://lore.kernel.org/r/20210128104644.2982125-9-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2021-01-29 09:31:58 +01:00
..
Kconfig can: mcp251xfd: rename all user facing strings to mcp251xfd 2020-09-30 21:55:04 +02:00
Makefile can: mcp251xfd: rename all user facing strings to mcp251xfd 2020-09-30 21:55:04 +02:00
mcp251xfd-core.c can: mcp251xfd: mcp251xfd_probe(): use dev_err_probe() to simplify error handling 2021-01-29 09:31:58 +01:00
mcp251xfd-crc16.c can: mcp251xfd: rename all remaining occurrence to mcp251xfd 2020-09-30 21:55:28 +02:00
mcp251xfd-regmap.c can: mcp251xfd: mcp251xfd_regmap_nocrc_read(): fix semicolon.cocci warnings 2020-11-03 22:30:33 +01:00
mcp251xfd.h can: mcp251xfd: add missing _MASK postfix to MCP251XFD_OBJ_FLAGS_DLC 2021-01-29 09:31:57 +01:00