From: Alexander Graf <agraf@suse.de>
To: Robert Richter <rric@kernel.org>
Cc: Jeff Garzik <jgarzik@pobox.com>,
linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
Robert Richter <robert.richter@calxeda.com>,
Rob Herring <rob.herring@calxeda.com>,
stable@vger.kernel.org
Subject: Re: [PATCH] sata_highbank: Rename proc_name to the module name
Date: Tue, 30 Apr 2013 18:59:13 +0200 [thread overview]
Message-ID: <517FF861.2090308@suse.de> (raw)
In-Reply-To: <1367341038-7335-1-git-send-email-rric@kernel.org>
On 04/30/2013 06:57 PM, Robert Richter wrote:
> From: Robert Richter<robert.richter@calxeda.com>
>
> 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>
Acked-by: Alexander Graf <agraf@suse.de>
Alex
> ---
> drivers/ata/sata_highbank.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ata/sata_highbank.c b/drivers/ata/sata_highbank.c
> index 5dba77c..b1a664a 100644
> --- a/drivers/ata/sata_highbank.c
> +++ b/drivers/ata/sata_highbank.c
> @@ -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[] = {
next prev parent reply other threads:[~2013-04-30 16:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-30 16:57 [PATCH] sata_highbank: Rename proc_name to the module name Robert Richter
2013-04-30 16:57 ` Robert Richter
2013-04-30 16:59 ` Alexander Graf [this message]
2013-04-30 22:33 ` Jeff Garzik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=517FF861.2090308@suse.de \
--to=agraf@suse.de \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rob.herring@calxeda.com \
--cc=robert.richter@calxeda.com \
--cc=rric@kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.