diff options
author | kbuild test robot <lkp@intel.com> | 2019-07-24 12:22:36 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-07-25 19:44:11 +0300 |
commit | 1889c6e6ac6e15b3631d7e320f740219aa46504a (patch) | |
tree | d335453a6e4a401f177de772ed306f1c3639ec30 /drivers/regulator/ab8500-ext.c | |
parent | a5f888c53db575e3b04e7b4597699da67b9cd2eb (diff) | |
download | linux-1889c6e6ac6e15b3631d7e320f740219aa46504a.tar.xz |
regulator: act8865: fix ptr_ret.cocci warnings
drivers/regulator/act8865-regulator.c:447:8-14: WARNING: PTR_ERR_OR_ZERO can be used
Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR
Generated by: scripts/coccinelle/api/ptr_ret.cocci
Fixes: 2d09a79bf637 ("regulator: act8865: Add support for act8600 charger")
CC: Maarten ter Huurne <maarten@treewalker.org>
Signed-off-by: kbuild test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20190724092236.witxtfmubun25l2t@1905cc33b6dd
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/ab8500-ext.c')
0 files changed, 0 insertions, 0 deletions