提交 9371dd68 编写于 作者: B Bob Copeland 提交者: John W. Linville

ath9k: remove useless conditional

ath9k_hw_keyreset returns true in either branch.
Signed-off-by: NBob Copeland <me@bobcopeland.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 4fb30784
......@@ -7193,9 +7193,6 @@ bool ath9k_hw_keyreset(struct ath_hal *ah, u16 entry)
}
if (ah->ah_curchan == NULL)
return true;
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册