This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / pci / hotplug / acpiphp_glue.c
index d41795b..8fa346f 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 NULL;
+       return 0;
 }