commit | ca8d4e8bb201db9bc5619561f3c13f6beb58329c | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Wed Nov 07 14:47:23 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Nov 12 13:52:59 2012 +0200 |
tree | 84495bd07ae28a484a079d8a96867523f607eb09 | |
parent | 02b5ff1a96af7fab8db602677c220c0a35b1f687 [diff] |
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>