Skip to content
Commit 7f400a1d authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Geert Uytterhoeven
Browse files

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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: default avatarFinn Thain <fthain@linux-m68k.org>
Reviewed-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20230313180848.2770504-1-u.kleine-koenig@pengutronix.de


Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent e36a82be
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment