diff options
author | Uwe Kleine-König <[email protected]> | 2023-03-13 19:08:48 +0100 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2023-03-20 15:39:14 +0100 |
commit | 7f400a1dc29f3ed6cb0fe0e58f706b6933f72625 (patch) | |
tree | 6e966220818eae189d06b81f28e7399380d1a179 /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | e36a82bebbf7da814530d5a179bef9df5934b717 (diff) |
nubus: Drop noop match function
nubus_bus_match() returned 1 unconditionally. This is equivalent to
no match function at all. (See driver_match_device() which does:
return drv->bus->match ? drv->bus->match(dev, drv) : 1;
.)
Signed-off-by: Uwe Kleine-König <[email protected]>
Acked-by: Finn Thain <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions