]> git.baikalelectronics.ru Git - kernel.git/commit
frv: remove unnecessary code
authorGreg Dietsche <Gregory.Dietsche@cuw.edu>
Fri, 29 Jul 2011 15:46:16 +0000 (16:46 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Jul 2011 06:41:09 +0000 (23:41 -0700)
commit7b0ec603886b149dd827c270a60d0f8bcf4c2b4d
tree40511033c8fe687b232a7cde1ee1ba3dea1bc42e
parent4cb3787bd5ae6d187421f26f5a00489c4f627080
frv: remove unnecessary code

remove unnecessary code that matches this coccinelle pattern

if (...)
return ret;
return ret;

Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/frv/mm/pgalloc.c