| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Jan. 18, 2010, 5:16 p.m. |
| Message ID | <20100118171603.14623.7966.sendpatchset@localhost> |
| Download | mbox | patch |
| Permalink | /patch/43142/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
On 01/18/2010 12:16 PM, Bartlomiej Zolnierkiewicz wrote: > From: Bartlomiej Zolnierkiewicz<bzolnier@gmail.com> > Subject: [PATCH] pata_efar: fix secondary port support > > Signed-off-by: Bartlomiej Zolnierkiewicz<bzolnier@gmail.com> > --- > drivers/ata/pata_efar.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) patches 16-17 OK, but did not apply due to missing patch 15 -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
Index: b/drivers/ata/pata_efar.c =================================================================== --- a/drivers/ata/pata_efar.c +++ b/drivers/ata/pata_efar.c @@ -2,7 +2,7 @@ * pata_efar.c - EFAR PIIX clone controller driver * * (C) 2005 Red Hat - * (C) 2009 Bartlomiej Zolnierkiewicz + * (C) 2009-2010 Bartlomiej Zolnierkiewicz * * Some parts based on ata_piix.c by Jeff Garzik and others. * @@ -222,7 +222,7 @@ static int efar_init_one (struct pci_dev .udma_mask = ATA_UDMA4, .port_ops = &efar_ops, }; - const struct ata_port_info *ppi[] = { &info, NULL }; + const struct ata_port_info *ppi[] = { &info, &info }; if (!printed_version++) dev_printk(KERN_DEBUG, &pdev->dev,