git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62f9a57
)
hwmon: (nct6775) fix coccinelle warnings
author
Fengguang Wu
<fengguang.wu@intel.com>
Tue, 17 Sep 2013 13:43:42 +0000
(06:43 -0700)
committer
Guenter Roeck
<linux@roeck-us.net>
Fri, 18 Oct 2013 16:11:58 +0000
(09:11 -0700)
drivers/hwmon/nct6775.c:3866: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>
No differences found