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:
83c1b31
)
frv: remove unnecessary code
author
Greg Dietsche
<Gregory.Dietsche@cuw.edu>
Fri, 29 Jul 2011 15:46:16 +0000
(16:46 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 30 Jul 2011 06:41:09 +0000
(23:41 -0700)
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>
No differences found