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:
516354e
)
staging/xgifb: Consolidate return paths
author
Peter Huewe
<peterhuewe@gmx.de>
Fri, 15 Feb 2013 19:37:12 +0000
(20:37 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 15 Feb 2013 23:12:40 +0000
(15:12 -0800)
Both branches of this if statement end in the same return statement.
-> move the return to the bottom and get rid of the else statement.
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found