| Submitter | JosephChan@via.com.tw |
|---|---|
| Date | Oct. 16, 2009, 5:31 a.m. |
| Message ID | <C80EF34A3D2E494DBAF9AC29C7AE4EB80A1D1C72@exchtp03.taipei.via.com.tw> |
| Download | mbox | patch |
| Permalink | /patch/36165/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
--- a/drivers/ata/sata_via.c 2009-10-15 21:38:14.000000000 +0800 +++ b/drivers/ata/sata_via.c 2009-10-15 21:38:28.000000000 +0800 @@ -93,7 +93,6 @@ { PCI_VDEVICE(VIA, 0x7372), vt6420 }, { PCI_VDEVICE(VIA, 0x5287), vt8251 }, /* 2 sata chnls (Master/Slave) */ { PCI_VDEVICE(VIA, 0x9000), vt8251 }, - { PCI_VDEVICE(VIA, 0x9040), vt8251 }, { } /* terminate list */ };
Just remove redundant device ID for VT8261. The device ID 0x9000 and 0x9040 are redundant (for VT8261). The 0x9040 is reserved for other usage. Signed-off-by: Joseph Chan <josephchan@via.com.tw> -- 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