]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sata_highbank: Rename proc_name to the module name
authorRobert Richter <robert.richter@calxeda.com>
Tue, 30 Apr 2013 16:57:18 +0000 (18:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 May 2013 03:08:22 +0000 (20:08 -0700)
commit4f452a14022af59bdc1b28732b3680731ec481c8
treeaab9730e97a0e959d121211d005d032a077d8aec
parentfc8bc6906f47766f9bdcb296f4b176984889249e
sata_highbank: Rename proc_name to the module name

commit 2cc1144a31f76d4a9fb48bec5d6ba1359f980813 upstream.

mkinitrd looks at /sys/class/scsi_host/host$hostnum/proc_name to find
the module name of a disk driver. Current name is "highbank-ahci" but
the module is "sata_highbank". Rename it to match the module name.

Signed-off-by: Robert Richter <robert.richter@calxeda.com>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ata/sata_highbank.c