diff options
Diffstat (limited to 'arch/arm/mach-shark')
-rw-r--r-- | arch/arm/mach-shark/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shark/pci.c b/arch/arm/mach-shark/pci.c index 9089407d5326..2b351a339c93 100644 --- a/arch/arm/mach-shark/pci.c +++ b/arch/arm/mach-shark/pci.c | |||
@@ -38,7 +38,7 @@ static struct hw_pci shark_pci __initdata = { | |||
38 | static int __init shark_pci_init(void) | 38 | static int __init shark_pci_init(void) |
39 | { | 39 | { |
40 | if (!machine_is_shark()) | 40 | if (!machine_is_shark()) |
41 | return; | 41 | return -ENODEV; |
42 | 42 | ||
43 | pcibios_min_io = 0x6000; | 43 | pcibios_min_io = 0x6000; |
44 | pcibios_min_mem = 0x50000000; | 44 | pcibios_min_mem = 0x50000000; |