Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cc1144a authored by Robert Richter's avatar Robert Richter Committed by Jeff Garzik
Browse files

sata_highbank: Rename proc_name to the module name



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: default avatarRobert Richter <robert.richter@calxeda.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 19ccee76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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[] = {