]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
amd74xx: device/vendor confusion
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 25 Feb 2009 19:28:22 +0000 (20:28 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Wed, 25 Feb 2009 19:28:22 +0000 (20:28 +0100)
Device and vendor ids were confused

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/amd74xx.c

index 69660a431cd9890f707c87d7e7a38f3429e643de..77267c85996578a47adb19d7104db6992e128e38 100644 (file)
@@ -166,7 +166,7 @@ static unsigned int init_chipset_amd74xx(struct pci_dev *dev)
         * Check for broken FIFO support.
         */
        if (dev->vendor == PCI_VENDOR_ID_AMD &&
-           dev->vendor == PCI_DEVICE_ID_AMD_VIPER_7411)
+           dev->device == PCI_DEVICE_ID_AMD_VIPER_7411)
                t &= 0x0f;
        else
                t |= 0xf0;