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:
d6250ee
)
cgroup: fix coccinelle warnings
author
Fengguang Wu
<fengguang.wu@intel.com>
Thu, 13 Feb 2014 21:42:43 +0000
(16:42 -0500)
committer
Tejun Heo
<tj@kernel.org>
Thu, 13 Feb 2014 21:42:45 +0000
(16:42 -0500)
kernel/cgroup.c:2256: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
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found