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:
64a9de8
)
intelfb: remove some dead code
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 27 Jan 2012 12:58:33 +0000
(15:58 +0300)
committer
Florian Tobias Schandinat
<FlorianSchandinat@gmx.de>
Sat, 28 Jan 2012 19:39:17 +0000
(19:39 +0000)
The goto on the line before means the return is unreachable. The goto
also returns -ENODEV so no changes are needed there.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
No differences found