Skip to content

Commit

Permalink
sata_highbank: Rename proc_name to the module name
Browse files Browse the repository at this point in the history
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.

Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Alexander Graf <agraf@suse.de>
Cc: <stable@vger.kernel.org> v3.7..
Signed-off-by: Robert Richter <robert.richter@calxeda.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Robert Richter authored and Jeff Garzik committed Apr 30, 2013
1 parent 19ccee7 commit 2cc1144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/sata_highbank.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static const struct ata_port_info ahci_highbank_port_info = {
};

static struct scsi_host_template ahci_highbank_platform_sht = {
AHCI_SHT("highbank-ahci"),
AHCI_SHT("sata_highbank"),
};

static const struct of_device_id ahci_of_match[] = {
Expand Down

0 comments on commit 2cc1144

Please sign in to comment.