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:
81df448
)
fbdev: sh_mobile_lcdc: reduce scope of a variable
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Thu, 5 May 2011 16:32:36 +0000
(16:32 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 May 2011 06:42:04 +0000
(15:42 +0900)
The "ret" variable in sh_mobile_lcdc_start() is only used at one
location, move its definition to the inner-most scope.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found