提交 21cf891a 编写于 作者: M Mark Brown 提交者: Liam Girdwood

regulator: Make regulator_has_full_constraints a bool

It's a boolean value so use the type.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
上级 13ce29f8
......@@ -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;
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册