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:
f0dff42
)
staging: comedi: remove break after return
author
Supriya Karanth
<iskaranth@gmail.com>
Fri, 13 Mar 2015 12:00:20 +0000
(21:00 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 15 Mar 2015 17:41:15 +0000
(18:41 +0100)
Remove "break" statement after a "return" statement as
it does not get executed.
Deadcode found by coccinelle --debug option
Signed-off-by: Supriya Karanth <iskaranth@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found