]> git.baikalelectronics.ru Git - kernel.git/commit
ata: ahci-imx: Fix MODULE_ALIAS
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Wed, 12 Oct 2022 13:11:05 +0000 (15:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 29 Oct 2022 08:20:34 +0000 (10:20 +0200)
commit343c2eecc1e03d8ec06a25727807a7774dbfe3bb
tree4ad3ef34d3f7101d09cfc1a5dcfb6faabef2ebd0
parentd2bd9234c799d2d720ef21b2caf41e8b2955e309
ata: ahci-imx: Fix MODULE_ALIAS

commit ff2242760c3bd125edd9ff89e86af5ae9132c4bd upstream.

'ahci:' is an invalid prefix, preventing the module from autoloading.
Fix this by using the 'platform:' prefix and DRV_NAME.

Fixes: e53baf4d2246 ("ahci_imx: add ahci sata support on imx platforms")
Cc: stable@vger.kernel.org
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ata/ahci_imx.c