pata_sis: Remove bogus cable match

Some systems report SIS 5513 as both vendor/id and subvendor/id
string. In that case we can't distinguish the system by the id
svid/sdid and in fact the entry here breaks some boxes. At some
point we need to find another way to detect the Targa Visionary 1000,
until then this trades a hang for some users with lower performance
for others.

Closes: #12092

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by Alan Cox and committed by Jeff Garzik e33ba2c6 9ac62126

-1
-1
drivers/ata/pata_sis.c
··· 56 56 { 0x5513, 0x1043, 0x1107 }, /* ASUS A6K */ 57 57 { 0x5513, 0x1734, 0x105F }, /* FSC Amilo A1630 */ 58 58 { 0x5513, 0x1071, 0x8640 }, /* EasyNote K5305 */ 59 - { 0x5513, 0x1039, 0x5513 }, /* Targa Visionary 1000 */ 60 59 /* end marker */ 61 60 { 0, } 62 61 };