]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
OMAPDSS: APPLY: move spinlock outside the struct
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 15 Nov 2011 10:04:10 +0000 (12:04 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:38 +0000 (08:54 +0200)
commit063fd701abba3b58c36b6043d5feacf0fdc76cbd
tree2f229d8e35f086da7d87c0e406fb47ce945e931b
parentaf3d64b2c674bc6246bb04654b484f34287fbbc3
OMAPDSS: APPLY: move spinlock outside the struct

dss_cache struct contains a spinlock used to protect the struct. A more
logical place for the spinlock is outside the struct that it is
protecting. So move it there.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/apply.c