提交 7520ceb7 编写于 作者: V Vasanthakumar Thiagarajan 提交者: Kalle Valo

ath6kl: Bypass reading irq status based on chk_irq_status_cnt

This is a regression.
Signed-off-by: NVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
上级 50745af7
......@@ -469,7 +469,8 @@ static int proc_pending_irqs(struct ath6kl_device *dev, bool *done)
ath6kl_dbg(ATH6KL_DBG_IRQ,
"bypassing irq status re-check, forcing done\n");
*done = true;
if (!dev->chk_irq_status_cnt)
*done = true;
ath6kl_dbg(ATH6KL_DBG_IRQ,
"proc_pending_irqs: (done:%d, status=%d\n", *done, status);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册