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:
fa0c5e7
)
OMAPFB: remove silly loop in fb2display()
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 13 Dec 2012 10:17:08 +0000
(12:17 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 13 Dec 2012 10:18:24 +0000
(12:18 +0200)
fb2display() has a for loop which always returns at the first iteration.
Replace the loop with a simple if.
This removes the smatch warning:
drivers/video/omap2/omapfb/omapfb.h:153 fb2display() info: loop could be
replaced with if statement.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found