]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
hwmon: (lm95234) fix coccinelle warnings
authorFengguang Wu <fengguang.wu@intel.com>
Wed, 18 Sep 2013 03:54:14 +0000 (20:54 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 18 Oct 2013 16:12:00 +0000 (09:12 -0700)
commit3ea85ba7af58878889f438b1dfbe08e87befcb6d
tree1627ed273370ab876ea844e1cc82d32649482863
parent4109a7160849604395eda57d6f011c8db3866482
hwmon: (lm95234) fix coccinelle warnings

drivers/hwmon/lm95234.c:704: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/lm95234.c