diff mbox

[1/1,v2] sata_via.c: Remove redundant device ID for VT8261

Message ID C80EF34A3D2E494DBAF9AC29C7AE4EB80A1D1C72@exchtp03.taipei.via.com.tw
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

JosephChan@via.com.tw Oct. 16, 2009, 5:31 a.m. UTC
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
diff mbox

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 */
 };