lkml.org 
[lkml]   [2014]   [Sep]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH RESEND v3 3/6] AHCI: Make few function names more descriptive
On Sun, Sep 21, 2014 at 03:19:26PM +0200, Alexander Gordeev wrote:
> Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
> Cc: linux-ide@vger.kernel.org
> ---
> drivers/ata/ahci.c | 7 +++----
> drivers/ata/ahci.h | 6 +++---
> drivers/ata/libahci.c | 16 ++++++++--------
> 3 files changed, 14 insertions(+), 15 deletions(-)
>
> diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
> index 7ce8e01..4a849f8 100644
> --- a/drivers/ata/ahci.c
> +++ b/drivers/ata/ahci.c
...
> @@ -1305,9 +1305,8 @@ int ahci_host_activate(struct ata_host *host, int irq,
> if (hpriv->flags & AHCI_HFLAG_MULTI_MSI)
> rc = ahci_host_activate_multi_irqs(host, irq, sht);
> else
> - rc = ata_host_activate(host, irq, ahci_interrupt,
> + rc = ata_host_activate(host, irq, ahci_single_irq_intr,
> IRQF_SHARED, sht);
> - return rc;

Hmmm... why is return removed here?

Thanks.

--
tejun


\
 
 \ /
  Last update: 2014-09-23 23:01    [W:0.437 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site