mirror of
https://github.com/apache/nuttx.git
synced 2026-09-24 00:42:03 +08:00
driver/goldfish_pipe:remove pipe interrupt task delay.
Signed-off-by: yangguangcai <yangguangcai@xiaomi.com>
This commit is contained in:
@@ -717,7 +717,7 @@ static int goldfish_pipe_interrupt(int irq, void *dev_id, void *arg)
|
||||
spin_unlock_irqrestore(&dev->lock, flags);
|
||||
|
||||
work_queue(HPWORK, &dev->work, goldfish_interrupt_task,
|
||||
dev, MSEC2TICK(20));
|
||||
dev, 0);
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user