]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/workqueue.c
drm/i915/dp: use readb and writeb calls for single byte DPCD access
[mirror_ubuntu-artful-kernel.git] / kernel / workqueue.c
index 072cbc9b175dc1efbe95c14858f810f92db12130..c0168b7da1eaf22c216147ca5ebd03ef7311dca8 100644 (file)
@@ -1507,6 +1507,7 @@ static void __queue_delayed_work(int cpu, struct workqueue_struct *wq,
        struct timer_list *timer = &dwork->timer;
        struct work_struct *work = &dwork->work;
 
+       WARN_ON_ONCE(!wq);
        WARN_ON_ONCE(timer->function != delayed_work_timer_fn ||
                     timer->data != (unsigned long)dwork);
        WARN_ON_ONCE(timer_pending(timer));