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:
d4d8eaf
)
ata: remove unnecessary code
author
Greg Dietsche
<Gregory.Dietsche@cuw.edu>
Thu, 16 Jun 2011 16:39:21 +0000
(11:39 -0500)
committer
Jeff Garzik
<jgarzik@pobox.com>
Sat, 23 Jul 2011 22:07:27 +0000
(18:07 -0400)
Compile tested.
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: Jeff Garzik <jgarzik@pobox.com>
No differences found