Merge tag 'arm-soc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / md / dm-cache-policy-smq.c
index 1b5b9ad..b61aac0 100644 (file)
@@ -1200,7 +1200,7 @@ static void queue_demotion(struct smq_policy *mq)
        struct policy_work work;
        struct entry *e;
 
-       if (unlikely(WARN_ON_ONCE(!mq->migrations_allowed)))
+       if (WARN_ON_ONCE(!mq->migrations_allowed))
                return;
 
        e = q_peek(&mq->clean, mq->clean.nr_levels / 2, true);