]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: pwm-regulator: Fix ' comparison between signed and unsigned integer' warning
authorLee Jones <lee.jones@linaro.org>
Fri, 10 Jul 2015 07:45:36 +0000 (08:45 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 10 Jul 2015 18:34:06 +0000 (19:34 +0100)
commit543c841ef1e212c690aaf36d072a59cf6453dab6
treef224884c7c7819ff8b25d98b7a661fd227739993
parent44eef545944677701adf7a888dcc1904a78d735b
regulator: pwm-regulator: Fix ' comparison between signed and unsigned integer' warning

drivers/regulator/pwm-regulator.c:
  In function ‘pwm_regulator_init_table’:
drivers/regulator/pwm-regulator.c:171:14:
  warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/pwm-regulator.c