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:
31398f6
)
staging: usbip: removed unnecessary if-else-statements
author
Kurt Kanzenbach
<ly80toro@cip.cs.fau.de>
Thu, 4 Apr 2013 14:03:09 +0000
(16:03 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 5 Apr 2013 21:22:51 +0000
(14:22 -0700)
In each if-else case "return" is called. This is why
these if-else-statements are useless. Removing them
improves understanding and readability.
Signed-off-by: Kurt Kanzenbach <ly80toro@cip.cs.fau.de>
Signed-off-by: Stefan Reif <ke42caxa@cip.cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found