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:
8aeec82
)
staging: comedi: hwdrv_apci3120: else is not useful after return
author
Chase Southwood
<chase.southwood@gmail.com>
Wed, 10 Sep 2014 06:04:28 +0000
(
01:04
-0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 11 Sep 2014 21:36:06 +0000
(14:36 -0700)
The statement nested in an else after a return may be brought out one
indent level, the else is useless.
Signed-off-by: Chase Southwood <chase.southwood@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found