Merge branch 'late/fixes' into fixes
[platform/upstream/kernel-adaptation-pc.git] / arch / arm / mach-shark / pci.c
index b8b4ab3..6d91a91 100644 (file)
@@ -41,7 +41,7 @@ static struct hw_pci shark_pci __initdata = {
 static int __init shark_pci_init(void)
 {
        if (!machine_is_shark())
-               return;
+               return -ENODEV;
 
        pcibios_min_io = 0x6000;
        pcibios_min_mem = 0x50000000;