Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sata_via: Remove redundant device ID for VIA VT8261

Just remove redundant device ID for VIA 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>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by

JosephChan@via.com.tw and committed by
Jeff Garzik
f38e35b4 a1104016

-1
-1
drivers/ata/sata_via.c
··· 93 93 { PCI_VDEVICE(VIA, 0x7372), vt6420 }, 94 94 { PCI_VDEVICE(VIA, 0x5287), vt8251 }, /* 2 sata chnls (Master/Slave) */ 95 95 { PCI_VDEVICE(VIA, 0x9000), vt8251 }, 96 - { PCI_VDEVICE(VIA, 0x9040), vt8251 }, 97 96 98 97 { } /* terminate list */ 99 98 };