]> 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)
commit843cf2663ff08bf0def33b5a2a34688202ab3b22
tree4ad3ef34d3f7101d09cfc1a5dcfb6faabef2ebd0
parent3c4b9769e7f6d8e80332e90a1619957d3ec79bcc
ata: ahci-imx: Fix MODULE_ALIAS

commit 8df9c34622fcf833e3835a9da25e5de3f375b204 upstream.

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

Fixes: e826ed1599e1 ("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