zorro: Use zorro_match_device() helper in zorro_bus_match()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 12 Jan 2020 16:49:47 +0000 (17:49 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 9 Mar 2020 10:12:19 +0000 (11:12 +0100)
commit3d52910e2b8ae7483a17ee824fa0e4f18bd7e7d4
treec50f79e14061702ff538e1d18e3626917cffaa69
parentaeee094d953b2d92f4507137c4a080589718be64
zorro: Use zorro_match_device() helper in zorro_bus_match()

Make zorro_bus_match() use the existing zorro_match_device() helper,
instead of open-coding the same operation.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20200112164949.20196-4-geert@linux-m68k.org
drivers/zorro/zorro-driver.c