Messages in this thread |  | | | Date | Fri, 15 Feb 2008 13:52:06 -0500 | | From | Jeff Garzik <> | | Subject | Re: [libata-dev #upstream-fixes] pata_legacy: don't call ata_host_detach() after initialization failure | |
Tejun Heo wrote:
> ata_host_detach() detaches an attached port and shouldn't be called on
> a port which hasn't been attached yet. pata_legacy incorrectly calls
> ata_host_detach() on unattached port after initialization failure
> causing oops. Fix it.
>
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
> Cc: Ingo Molnar <mingo@elte.hu>
> Cc: Arjan van de Ven <arjan@infradead.org>
> ---
> drivers/ata/pata_legacy.c | 2 --
> 1 file changed, 2 deletions(-)
applied
|  |