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:
9996059
)
staging: remove unnecessary code
author
Greg Dietsche
<Gregory.Dietsche@cuw.edu>
Mon, 13 Jun 2011 18:11:47 +0000
(13:11 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 28 Jun 2011 20:13:42 +0000
(13:13 -0700)
Compile tested.
remove unnecessary code that matches this coccinelle pattern
if (...)
return ret;
return ret;
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Acked-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found