OSDN Git Service

ata_piix: remove open-coded dmi_match(DMI_OEM_STRING)
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Thu, 7 Nov 2019 03:32:53 +0000 (04:32 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Nov 2019 03:34:25 +0000 (20:34 -0700)
commitdee58fe8dc57dfd5a760ad05c3526787f832ad78
treef8ee3e71787a61dc2e74a5f4c955fe51a3e72794
parente9f691d899188679746eeb96e6cb520459eda9b4
ata_piix: remove open-coded dmi_match(DMI_OEM_STRING)

Since de40614de99 ("firmware: dmi_scan: Add DMI_OEM_STRING support to
dmi_matches") dmi_check_system() can match OEM_STRINGs itself.
Use the feature.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/ata_piix.c