]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/esd/cpci750/ide.c
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / board / esd / cpci750 / ide.c
index 5f306855acbb1e4e7fbd2f340b3748a9b7dd48e5..f555c08427a66eac0ce27f55014056445e3b2100 100644 (file)
@@ -43,7 +43,7 @@ int ide_preinit (void)
        if (devbusfn != -1) {
                cpci_hd_type = 1;
        } else {
-               devbusfn = pci_find_device (0x1095, 0x3114, 0);
+               devbusfn = pci_find_device (0x1095, 0x3114, 0);
                if (devbusfn != -1) {
                        cpci_hd_type = 2;
                }