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:
02b5ff1
)
OMAPDSS: APPLY: Remove unnecessary variable in dss_apply_irq_handler
author
Archit Taneja
<archit@ti.com>
Wed, 7 Nov 2012 09:17:23 +0000
(14:47 +0530)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 12 Nov 2012 11:52:59 +0000
(13:52 +0200)
The bool was_updating is never really used for anything. It is set to the
current value of mp->updating, but not used anywhere. Remove this variable.
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found