]> Pileus Git - ~andy/linux/blobdiff - drivers/hid/hid-wiimote-ext.c
Merge branch 'tpmdd-fixes-v3.6' of git://github.com/shpedoikal/linux into for-linus
[~andy/linux] / 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);
 }
 
 /*