Re: libata: Fix host->simplex_claimed != ap typo

2007-03-08 Thread OGAWA Hirofumi
Alan Cox <[EMAIL PROTECTED]> writes: > On Thu, 08 Mar 2007 10:18:24 -0500 > Jeff Garzik <[EMAIL PROTECTED]> wrote: > >> Alan Cox wrote: >> > On Thu, 08 Mar 2007 23:17:00 +0900 >> > OGAWA Hirofumi <[EMAIL PROTECTED]> wrote: >> > >> >> Hi, >> >> >> >> the following patch is needed to boot my

Re: libata: Fix host->simplex_claimed != ap typo

2007-03-08 Thread Alan Cox
On Thu, 08 Mar 2007 10:18:24 -0500 Jeff Garzik <[EMAIL PROTECTED]> wrote: > Alan Cox wrote: > > On Thu, 08 Mar 2007 23:17:00 +0900 > > OGAWA Hirofumi <[EMAIL PROTECTED]> wrote: > > > >> Hi, > >> > >> the following patch is needed to boot my laptop using pata_ali.ko, at > >> least. > >> Please

Re: libata: Fix host->simplex_claimed != ap typo

2007-03-08 Thread Jeff Garzik
Alan Cox wrote: On Thu, 08 Mar 2007 23:17:00 +0900 OGAWA Hirofumi <[EMAIL PROTECTED]> wrote: Hi, the following patch is needed to boot my laptop using pata_ali.ko, at least. Please apply. NAK - correct fix is to check != && != NULL. The correct fix was posted to the list earlier by Vojtech.

Re: libata: Fix host->simplex_claimed != ap typo

2007-03-08 Thread Alan Cox
On Thu, 08 Mar 2007 23:17:00 +0900 OGAWA Hirofumi <[EMAIL PROTECTED]> wrote: > Hi, > > the following patch is needed to boot my laptop using pata_ali.ko, at least. > Please apply. NAK - correct fix is to check != && != NULL. The correct fix was posted to the list earlier by Vojtech. Alan - To

Re: libata: Fix host->simplex_claimed != ap typo

2007-03-08 Thread Jeff Garzik
OGAWA Hirofumi wrote: Hi, the following patch is needed to boot my laptop using pata_ali.ko, at least. Please apply. Someone else caught this as well. This will go upstream today. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

libata: Fix host->simplex_claimed != ap typo

2007-03-08 Thread OGAWA Hirofumi
Hi, the following patch is needed to boot my laptop using pata_ali.ko, at least. Please apply. -- OGAWA Hirofumi <[EMAIL PROTECTED]> Fix typo. "host->simplex_claimed != ap" should be "==", not "!=". Signed-off-by: OGAWA Hirofumi <[EMAIL PROTECTED]> --- drivers/ata/libata-core.c |2 +-

Re: libata: Fix host-simplex_claimed != ap typo

2007-03-08 Thread Jeff Garzik
Alan Cox wrote: On Thu, 08 Mar 2007 23:17:00 +0900 OGAWA Hirofumi [EMAIL PROTECTED] wrote: Hi, the following patch is needed to boot my laptop using pata_ali.ko, at least. Please apply. NAK - correct fix is to check != != NULL. The correct fix was posted to the list earlier by Vojtech.

Re: libata: Fix host-simplex_claimed != ap typo

2007-03-08 Thread Alan Cox
On Thu, 08 Mar 2007 10:18:24 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: Alan Cox wrote: On Thu, 08 Mar 2007 23:17:00 +0900 OGAWA Hirofumi [EMAIL PROTECTED] wrote: Hi, the following patch is needed to boot my laptop using pata_ali.ko, at least. Please apply. NAK - correct

Re: libata: Fix host-simplex_claimed != ap typo

2007-03-08 Thread OGAWA Hirofumi
Alan Cox [EMAIL PROTECTED] writes: On Thu, 08 Mar 2007 10:18:24 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: Alan Cox wrote: On Thu, 08 Mar 2007 23:17:00 +0900 OGAWA Hirofumi [EMAIL PROTECTED] wrote: Hi, the following patch is needed to boot my laptop using pata_ali.ko, at

libata: Fix host-simplex_claimed != ap typo

2007-03-08 Thread OGAWA Hirofumi
Hi, the following patch is needed to boot my laptop using pata_ali.ko, at least. Please apply. -- OGAWA Hirofumi [EMAIL PROTECTED] Fix typo. host-simplex_claimed != ap should be ==, not !=. Signed-off-by: OGAWA Hirofumi [EMAIL PROTECTED] --- drivers/ata/libata-core.c |2 +- 1 file

Re: libata: Fix host-simplex_claimed != ap typo

2007-03-08 Thread Jeff Garzik
OGAWA Hirofumi wrote: Hi, the following patch is needed to boot my laptop using pata_ali.ko, at least. Please apply. Someone else caught this as well. This will go upstream today. Jeff - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: libata: Fix host-simplex_claimed != ap typo

2007-03-08 Thread Alan Cox
On Thu, 08 Mar 2007 23:17:00 +0900 OGAWA Hirofumi [EMAIL PROTECTED] wrote: Hi, the following patch is needed to boot my laptop using pata_ali.ko, at least. Please apply. NAK - correct fix is to check != != NULL. The correct fix was posted to the list earlier by Vojtech. Alan - To