]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwmon: (ds1621) fix coccinelle warnings
authorFengguang Wu <fengguang.wu@intel.com>
Wed, 18 Sep 2013 03:54:09 +0000 (20:54 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 18 Oct 2013 16:11:59 +0000 (09:11 -0700)
commit31ab1ad70b25f4e19f6442e8f6d68025ba43b942
tree68b4ea88de2db77ab07de274036c8f6b758c0986
parent9c09bd8d896f8dcce14d0f032cb449a00a3e3141
hwmon: (ds1621) fix coccinelle warnings

drivers/hwmon/ds1621.c:381:1-3: WARNING: PTR_RET can be used

 Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR

Generated by: coccinelle/api/ptr_ret.cocci

CC: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ds1621.c