linux-stable/drivers/net/can/mscan
Rob Herring 5e6c3454b4 net: can: Use device_get_match_data()
Use preferred device_get_match_data() instead of of_match_device() to
get the driver match data. With this, adjust the includes to explicitly
include the correct headers.

Error checking for matching and match data was not necessary as matching
is always successful if we're already in probe and the match tables always
have data pointers.

Signed-off-by: Rob Herring <robh@kernel.org>
2024-01-19 08:08:53 -06:00
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile
mpc5xxx_can.c net: can: Use device_get_match_data() 2024-01-19 08:08:53 -06:00
mscan.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
mscan.h