From: Mark Brown Date: Tue, 21 Dec 2010 23:30:07 +0000 (+0000) Subject: regulator: Make regulator_has_full_constraints a bool X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=21cf891a47ff5e7bd77fdc524a25072c447d56bb;p=linux-beck.git regulator: Make regulator_has_full_constraints a bool It's a boolean value so use the type. Signed-off-by: Mark Brown Signed-off-by: Liam Girdwood --- diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 911b774c745c..6066a8f2d5bb 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -44,7 +44,7 @@ static DEFINE_MUTEX(regulator_list_mutex); static LIST_HEAD(regulator_list); static LIST_HEAD(regulator_map_list); -static int has_full_constraints; +static bool has_full_constraints; static bool board_wants_dummy_regulator; /*