]> rtime.felk.cvut.cz Git - linux-imx.git/commit
OMAPDSS: APPLY: Remove unnecessary variable in dss_apply_irq_handler
authorArchit Taneja <archit@ti.com>
Wed, 7 Nov 2012 09:17:23 +0000 (14:47 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 12 Nov 2012 11:52:59 +0000 (13:52 +0200)
commitca8d4e8bb201db9bc5619561f3c13f6beb58329c
tree84495bd07ae28a484a079d8a96867523f607eb09
parent02b5ff1a96af7fab8db602677c220c0a35b1f687
OMAPDSS: APPLY: Remove unnecessary variable in dss_apply_irq_handler

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>
drivers/video/omap2/dss/apply.c