mc13783-regulator: fix vaild voltage range checking for mc13783_fixed_regulator_set_v...
authorAxel Lin <axel.lin@gmail.com>
Thu, 6 May 2010 03:33:36 +0000 (11:33 +0800)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Tue, 25 May 2010 09:16:02 +0000 (10:16 +0100)
commit1dcc434b52ff25416b225f6ac229fc775867303a
tree73c6789ad6cbf1dc8c190108599730a1f688c94e
parent9f79e9db2e282857912bcfe7f741bcdd5c46e860
mc13783-regulator: fix vaild voltage range checking for mc13783_fixed_regulator_set_voltage

In the case of "min_uV == max_uV == mc13783_regulators[id].voltages[0]",
mc13783_fixed_regulator_set_voltage should return 0 instead of -EINVAL.

This patch also adds a missing ">" character for MODULE_AUTHOR, a trivial fix.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Liam Girdwood <lrg@slimlogic.co.uk>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/mc13783-regulator.c