X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=board%2Fesd%2Fcpci750%2Fide.c;h=f555c08427a66eac0ce27f55014056445e3b2100;hb=93e1459641e758d2b096d3f1b39414a39bb314f8;hp=5f306855acbb1e4e7fbd2f340b3748a9b7dd48e5;hpb=3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7;p=karo-tx-uboot.git diff --git a/board/esd/cpci750/ide.c b/board/esd/cpci750/ide.c index 5f306855ac..f555c08427 100644 --- a/board/esd/cpci750/ide.c +++ b/board/esd/cpci750/ide.c @@ -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; }