regulator: tps6586x: Use dev_err rather than dev_warn for error message
authorAxel Lin <axel.lin@ingics.com>
Wed, 20 Feb 2013 02:23:46 +0000 (10:23 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 4 Mar 2013 02:58:46 +0000 (10:58 +0800)
tps6586x_regulator_set_slew_rate() returns -EINVAL when having slew rate
settings for other than SM0/1, thus use dev_err rather than dev_warn.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found