]> asedeno.scripts.mit.edu Git - linux.git/commit
regulator: act8865: fix ptr_ret.cocci warnings
authorkbuild test robot <lkp@intel.com>
Wed, 24 Jul 2019 09:22:36 +0000 (17:22 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 25 Jul 2019 16:44:11 +0000 (17:44 +0100)
commit1889c6e6ac6e15b3631d7e320f740219aa46504a
treed335453a6e4a401f177de772ed306f1c3639ec30
parenta5f888c53db575e3b04e7b4597699da67b9cd2eb
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>
drivers/regulator/act8865-regulator.c