]> 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)
commitb8e6d9a628a20d8555978883bdc05c4d154432c0
tree40511033c8fe687b232a7cde1ee1ba3dea1bc42e
parent0fa3dc3e5ed2c59415c31f086c8821a5f93c7b0f
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