提交 0a1b622e 编写于 作者: T Tejun Heo

[PATCH] libata: add missing finish_wait() call in ata_port_wait_eh()

Add missing finish_wait() call after wait loop in ata_port_wait_eh().
Signed-off-by: NTejun Heo <htejun@gmail.com>
上级 d87fa38e
......@@ -334,6 +334,7 @@ void ata_port_wait_eh(struct ata_port *ap)
schedule();
spin_lock_irqsave(&ap->host_set->lock, flags);
}
finish_wait(&ap->eh_wait_q, &wait);
spin_unlock_irqrestore(&ap->host_set->lock, flags);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册