]> asedeno.scripts.mit.edu Git - linux.git/commit
thermal: fix ptr_ret.cocci warnings
authorkbuild test robot <fengguang.wu@intel.com>
Thu, 21 Apr 2016 01:04:01 +0000 (09:04 +0800)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 17 May 2016 14:28:31 +0000 (07:28 -0700)
commitbba07c133f668d64378d92e1f536df618e640ba6
tree1289e3788f41a61a1fec9928d8c237a225730982
parentd29016034e5b2bb55fd370e3545685a8536f5474
thermal: fix ptr_ret.cocci warnings

drivers/thermal/tango_thermal.c:86:1-3: 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

CC: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/tango_thermal.c