[POWERPC] ps3: always make sure were running on a PS3
[powerpc.git] / arch / powerpc / platforms / ps3 / system-bus.c
index a9f7e4a..3c48cce 100644 (file)
@@ -172,7 +172,7 @@ int __init ps3_system_bus_init(void)
        int result;
 
        if (!firmware_has_feature(FW_FEATURE_PS3_LV1))
-               return 0;
+               return -ENODEV;
 
        result = bus_register(&ps3_system_bus_type);
        BUG_ON(result);