We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ac2df commit e3dc66dCopy full SHA for e3dc66d
drivers/misc/mei/vsc-tp.c
@@ -419,15 +419,15 @@ static irqreturn_t vsc_tp_isr(int irq, void *data)
419
420
atomic_inc(&tp->assert_cnt);
421
422
+ wake_up(&tp->xfer_wait);
423
+
424
return IRQ_WAKE_THREAD;
425
}
426
427
static irqreturn_t vsc_tp_thread_isr(int irq, void *data)
428
{
429
struct vsc_tp *tp = data;
430
- wake_up(&tp->xfer_wait);
-
431
if (tp->event_notify)
432
tp->event_notify(tp->event_notify_context);
433
0 commit comments