mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 07:38:04 +02:00
9ad585814b
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17722 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
357 B
Diff
12 lines
357 B
Diff
--- a/drivers/ata/pata_sc1200.c
|
|
+++ b/drivers/ata/pata_sc1200.c
|
|
@@ -236,7 +236,7 @@
|
|
.port_ops = &sc1200_port_ops
|
|
};
|
|
/* Can't enable port 2 yet, see top comments */
|
|
- const struct ata_port_info *ppi[] = { &info, };
|
|
+ const struct ata_port_info *ppi[] = { &info, &ata_dummy_port_info };
|
|
|
|
return ata_pci_sff_init_one(dev, ppi, &sc1200_sht, NULL);
|
|
}
|