lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 20 Jul 2007 09:45:53 +0900
From:	TAKADA Yoshihito <takada@....nifty.com>
To:	Alan Cox <alan@...rguk.ukuu.org.uk>
Cc:	linux-kernel@...r.kernel.org, teheo@...ell.com
Subject: Re: i386: pata_cs5520 does not work

Hi.
That's good. It seems to works fine.

On Thu, 19 Jul 2007 16:18:21 +0100
Alan Cox <alan@...rguk.ukuu.org.uk> wrote:

> O> > rc = devm_request_irq(&pdev->dev, irq[ap->port_no],
> > > 	ata_interrupt, 0, DRV_NAME, host);
> > 
> > devm_request_irq() is called twice from loop.
> > In 1st time, ap->port_no is 0. devm_request_irq() is success.
> > 2nd time, ap->port_no is 0 too. devm_request_irq() failed.
> 
> Looks like whoever updated it to the new probe mechanism didn't quite get
> it right
> 
> Change it to use 
> 
>           struct ata_port *ap = host->ports[i];
> 
> not ports[0]
> 
> Alan

-- 
TAKADA <takada@....nifty.com>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ