m68k: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERR
authorThomas Meyer <thomas@m3y3r.de>
Mon, 6 Aug 2012 17:51:16 +0000 (19:51 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 18 Aug 2012 13:16:00 +0000 (15:16 +0200)
commitf82735d55056b200eab19749398457a2f534306b
tree237c10d1f0ca5f633640673bfc02d8d530ae1333
parente786f6bfd62e4da8c07c8e208a881c2b855a534a
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>
arch/m68k/kernel/time.c