From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] sata_highbank: Rename proc_name to the module name Date: Tue, 30 Apr 2013 18:33:29 -0400 Message-ID: <518046B9.7090604@pobox.com> References: <1367341038-7335-1-git-send-email-rric@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qa0-f41.google.com ([209.85.216.41]:47428 "EHLO mail-qa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932686Ab3D3Wdc (ORCPT ); Tue, 30 Apr 2013 18:33:32 -0400 In-Reply-To: <1367341038-7335-1-git-send-email-rric@kernel.org> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Robert Richter Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, Robert Richter , Rob Herring , Alexander Graf , stable@vger.kernel.org On 04/30/2013 12:57 PM, Robert Richter wrote: > From: Robert Richter > > 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 > Cc: Alexander Graf > Cc: v3.7.. > Signed-off-by: Robert Richter > --- > drivers/ata/sata_highbank.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied