sata_via: add PCI ID 0x5337

Add PCI ID 0x5337 to supported PCI ID. This is VT8237 in IDE mode.

Signed-off-by: Luca Pedrielli <luca.pedrielli@barradev.it>
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

authored by Luca Pedrielli and committed by Jeff Garzik 96bc103f 7db51fbe

+1
+1
drivers/ata/sata_via.c
··· 77 77 static void vt6420_error_handler(struct ata_port *ap); 78 78 79 79 static const struct pci_device_id svia_pci_tbl[] = { 80 + { PCI_VDEVICE(VIA, 0x5337), vt6420 }, 80 81 { PCI_VDEVICE(VIA, 0x0591), vt6420 }, 81 82 { PCI_VDEVICE(VIA, 0x3149), vt6420 }, 82 83 { PCI_VDEVICE(VIA, 0x3249), vt6421 },