[PATCH] ibmphp: remove TRUE and FALSE
This patch removes the defines TRUE and FALSE and just uses 0 or 1. Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
783c49fc50
commit
dc6712d126
@@ -944,7 +944,7 @@ static int __init ebda_rsrc_controller (void)
|
||||
goto error_no_slot;
|
||||
}
|
||||
|
||||
tmp_slot->flag = TRUE;
|
||||
tmp_slot->flag = 1;
|
||||
|
||||
tmp_slot->capabilities = hpc_ptr->slots[index].slot_cap;
|
||||
if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_133_MAX) == EBDA_SLOT_133_MAX)
|
||||
|
Reference in New Issue
Block a user