Commit ec7d2222 authored by David S. Miller's avatar David S. Miller

drivers/input/keyboard/sunkbd.c: queue_task --> schedule_task

parent 0832a19b
......@@ -106,8 +106,7 @@ static void sunkbd_interrupt(struct serio *serio, unsigned char data, unsigned i
switch (data) {
case SUNKBD_RET_RESET:
queue_task(&sunkbd->tq, &tq_immediate);
mark_bh(IMMEDIATE_BH);
schedule_task(&sunkbd->tq);
sunkbd->reset = -1;
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment