diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-11-23 17:50:52 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-27 21:25:13 +0100 |
commit | 16ed9f0701d2bb06d96754ba1d3edbf9aa5faeef (patch) | |
tree | b8acb3ed4d4022407cab4b12ccd5170855ed8d61 /Makefile | |
parent | regulator: add a regulator driver for the AS3711 PMIC (diff) | |
download | linux-16ed9f0701d2bb06d96754ba1d3edbf9aa5faeef.tar.xz linux-16ed9f0701d2bb06d96754ba1d3edbf9aa5faeef.zip |
regulator: as3711: Fix valid min_uV/max_UV checking in as3711_bound_check
Below cases are supposed to be valid:
min_uV == max_uV == info->max_uV
min_uV == max_uV == rdev->desc->min_uV
Don't return -EINVAL for above cases.
This patch also includes below cleanups:
- Use rdev_get_drvdata(rdev) instead of rdev->reg_data.
- Remove unnecessary WARN_ON, it looks pointless.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions