On Sun, Jan 17, 2016 at 10:44 AM, Tom Rini <tr...@konsulko.com> wrote:
> With gcc-5.3 we get a warning for using switch() on a bool type.
> Rewrite these sections as if/else and update the one section that was
> using 1/0 instead of true/false.
>
> Cc: Simon Glass <s...@chromium.org>
> Cc: Przemyslaw Marczak <p.marc...@samsung.com>
> Signed-off-by: Tom Rini <tr...@konsulko.com>
> ---
>  drivers/power/regulator/max77686.c | 28 ++++++++--------------------
>  1 file changed, 8 insertions(+), 20 deletions(-)
>

Reviewed-by: Bin Meng <bmeng...@gmail.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to