]> err.no Git - linux-2.6/blobdiff - drivers/pci/hotplug/ibmphp_core.c
[PATCH] ibmphp: remove TRUE and FALSE
[linux-2.6] / drivers / pci / hotplug / ibmphp_core.c
index 45e2a0d9b596ed3989446eac9acd0ab9e8ad94f8..e13d5b87241a870c3eba6c150fb6f4b291d0753a 100644 (file)
@@ -1239,9 +1239,9 @@ int ibmphp_do_disable_slot(struct slot *slot_cur)
        }
        
        flag = slot_cur->flag;
-       slot_cur->flag = TRUE;
+       slot_cur->flag = 1;
 
-       if (flag == TRUE) {
+       if (flag == 1) {
                rc = validate(slot_cur, DISABLE);
                        /* checking if powered off already & valid slot # */
                if (rc)