VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / pci / hotplug / acpiphp_glue.c
index 8fa346f..d41795b 100644 (file)
@@ -1227,7 +1227,7 @@ struct acpiphp_slot *get_slot_from_id(int id)
        /* should never happen! */
        err("%s: no object for id %d\n", __FUNCTION__, id);
        WARN_ON(1);
-       return 0;
+       return NULL;
 }