diff options
author | Lizhe <[email protected]> | 2023-03-19 12:19:41 +0800 |
---|---|---|
committer | Vasily Gorbik <[email protected]> | 2023-03-27 17:19:52 +0200 |
commit | 85206bf95313c33a244d6ea4304b01ade95b8b05 (patch) | |
tree | bfe87b7e1ed2a5d3d127786f20f449d944c19905 /arch/s390/pci/pci.c | |
parent | e7615c9225d7c7562d1cd95ba8cc2cbf38c3d29e (diff) |
s390/vfio-ap: remove redundant 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 matrix 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 <[email protected]>
Reviewed-by: Tony Krowiak <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'arch/s390/pci/pci.c')
0 files changed, 0 insertions, 0 deletions