Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
[firefly-linux-kernel-4.4.55.git] / drivers / hid / hid-wiimote-ext.c
index bc85bf29062ea50c735a674b761ce688a5df0412..38ae87772e96d18144a5b2e256192fd67b4bde55 100644 (file)
@@ -229,7 +229,7 @@ static void wiiext_worker(struct work_struct *work)
 /* schedule work only once, otherwise mark for reschedule */
 static void wiiext_schedule(struct wiimote_ext *ext)
 {
-       queue_work(system_nrt_wq, &ext->worker);
+       schedule_work(&ext->worker);
 }
 
 /*