diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-11-23 20:50:52 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-28 00:25:13 +0400 |
commit | 16ed9f0701d2bb06d96754ba1d3edbf9aa5faeef (patch) | |
tree | b8acb3ed4d4022407cab4b12ccd5170855ed8d61 /drivers/regulator/max8952.c | |
parent | f1e64f90269c197a0619535917210543c0112fcc (diff) | |
download | linux-16ed9f0701d2bb06d96754ba1d3edbf9aa5faeef.tar.xz |
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 'drivers/regulator/max8952.c')
0 files changed, 0 insertions, 0 deletions