commit | f82735d55056b200eab19749398457a2f534306b | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Mon Aug 06 19:51:16 2012 +0200 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Sat Aug 18 15:16:00 2012 +0200 |
tree | 237c10d1f0ca5f633640673bfc02d8d530ae1333 | |
parent | e786f6bfd62e4da8c07c8e208a881c2b855a534a [diff] |
m68k: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERR The semantic patch that makes this change is available in scripts/coccinelle/api/ptr_ret.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>