Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 925c1e7f authored by Bruno Prémont's avatar Bruno Prémont Committed by Rob Clark
Browse files

drm/msm: Do not BUG_ON(!spin_is_locked()) on UP



On !SMP systems spinlocks do not exist. Thus checking of they
are active will always fail.

Use
  assert_spin_locked(lock);
instead of
  BUG_ON(!spin_is_locked(lock));
to not BUG() on all UP systems.

Signed-off-by: default avatarBruno Prémont <bonbons@linux-vserver.org>
[robclark: drop stray ')']
Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 475ac0a1
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