Skip to content
Commit 8519c62c authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

drm/omap: do not use BUG_ON(!spin_is_locked(x))



spin_is_locked(x) returns always 0 on uniprocessor, triggering BUG() in
omapdrm.

Change it to use assert_spin_locked() to fix the issue.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent ef422283
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment