OSDN Git Service

[PATCH] ide serverworks parenthesis fix
authorMariusz Kozlowski <m.kozlowski@tuxland.pl>
Fri, 1 Dec 2006 14:33:04 +0000 (15:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 Feb 2007 07:41:26 +0000 (08:41 +0100)
Hello,

This code is '#if 0'ed but hell ... while I'm at it I can fix it :-]

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
 drivers/ide/pci/serverworks.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

drivers/ide/pci/serverworks.c

index e27e480..2f661b7 100644 (file)
@@ -775,7 +775,7 @@ static void __init init_setup_csb6 (struct pci_dev *dev, ide_pci_device_t *d)
                        return;
        }
 #if 0
-       if ((IDE_PCI_DEVID_EQ(d->devid, DEVID_CSB6) &&
+       if (IDE_PCI_DEVID_EQ(d->devid, DEVID_CSB6) &&
              (!(PCI_FUNC(dev->devfn) & 1)))
                d->autodma = AUTODMA;
 #endif