projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3403c24
)
pata_efar: fix secondary port support
author
Bartlomiej Zolnierkiewicz
<
[email protected]
>
Mon, 18 Jan 2010 17:16:03 +0000
(18:16 +0100)
committer
Jeff Garzik
<
[email protected]
>
Mon, 1 Mar 2010 19:58:45 +0000
(14:58 -0500)
Signed-off-by: Bartlomiej Zolnierkiewicz <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/ata/pata_efar.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_efar.c
b/drivers/ata/pata_efar.c
index b2e71e6473ed2e35f01ff3d3c3bb92a67d0e2198..89076d58111b3441f1128d4c4f143bbba990f031 100644
(file)
--- 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.
*
@@
-256,7
+256,7
@@
static int efar_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
.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,