On Fri, 25 May 2007 18:03:07 -0400, Jeff Garzik wrote:
>Jeff Garzik (4):
>      [libata] sata_promise: fix flags typo
...
>--- a/drivers/ata/sata_promise.c
>+++ b/drivers/ata/sata_promise.c
>@@ -297,7 +297,7 @@ static const struct ata_port_info pdc_port_info[] = {
> 
>       /* board_2057x_pata */
>       {
>-              .flags          = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS,
>+              .flags          = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS |
>                                 PDC_FLAG_GEN_II,
>               .pio_mask       = 0x1f, /* pio0-4 */
>               .mwdma_mask     = 0x07, /* mwdma0-2 */

Acked-by: Mikael Pettersson <[EMAIL PROTECTED]>

Good catch. This typo would have prevented pdc_host_intr()
from detecting GEN_II-specific errors on the PATA port.
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to