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:
052605c
)
target: Use ERR_CAST inlined function
author
Thomas Meyer
<thomas@m3y3r.de>
Mon, 1 Aug 2011 21:58:18 +0000
(23:58 +0200)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Mon, 22 Aug 2011 19:26:15 +0000
(19:26 +0000)
Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
The semantic patch that makes this output is available
in scripts/coccinelle/api/err_cast.cocci.
More information about semantic patching is available at
http://coccinelle.lip6.fr/
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
No differences found