linux/drivers/w1
Lizhe 388f22fe5d w1: Remove driver match function
If there is no driver match function, the driver core assumes that each
candidate pair (driver, device) matches, see driver_match_device().

Drop the bus's match function that always returned 1 and so
implements the same behaviour as when there is no match function

Signed-off-by: Lizhe <sensor1010@163.com>
Link: https://lore.kernel.org/r/20230319044107.311555-1-sensor1010@163.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
2023-05-08 08:13:35 +02:00
..
masters Char/Misc drivers for 6.4-rc1 2023-04-27 12:07:50 -07:00
slaves w1: w1_therm: fix locking behavior in convert_t 2023-05-08 08:13:35 +02:00
Kconfig
Makefile
w1_family.c
w1_int.c
w1_internal.h
w1_io.c
w1_netlink.c
w1_netlink.h
w1.c w1: Remove driver match function 2023-05-08 08:13:35 +02:00