diff options
Diffstat (limited to 'drivers/hid/hid-wiimote-ext.c')
-rw-r--r-- | drivers/hid/hid-wiimote-ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-wiimote-ext.c b/drivers/hid/hid-wiimote-ext.c index 0a1805c9b0e5..d37cd092ffc7 100644 --- a/drivers/hid/hid-wiimote-ext.c +++ b/drivers/hid/hid-wiimote-ext.c | |||
@@ -204,7 +204,7 @@ static void wiiext_worker(struct work_struct *work) | |||
204 | /* schedule work only once, otherwise mark for reschedule */ | 204 | /* schedule work only once, otherwise mark for reschedule */ |
205 | static void wiiext_schedule(struct wiimote_ext *ext) | 205 | static void wiiext_schedule(struct wiimote_ext *ext) |
206 | { | 206 | { |
207 | queue_work(system_nrt_wq, &ext->worker); | 207 | schedule_work(&ext->worker); |
208 | } | 208 | } |
209 | 209 | ||
210 | /* | 210 | /* |