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:
cb0a605
)
net: icplus: remove unnecessary code
author
Greg Dietsche
<Gregory.Dietsche@cuw.edu>
Thu, 16 Jun 2011 07:04:30 +0000
(07:04 +0000)
committer
David S. Miller
<davem@conan.davemloft.net>
Fri, 17 Jun 2011 04:03:04 +0000
(
00:03
-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: David S. Miller <davem@conan.davemloft.net>
No differences found