ath6kl: change || to &&
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Apr 2012 06:43:28 +0000 (09:43 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 23 Apr 2012 11:36:34 +0000 (14:36 +0300)
commit3acabc88072341a0ef6ad8ce5aee3af7429ac522
tree5d3c92d11cedc74802e77ab7f1921d5f3d25c97b
parent77ed4e45833fc12f3178a65853687b60e952eddd
ath6kl: change || to &&

The original conditions are always true.  I think && was intended here,
but I don't have the hardware to test.  Could you take a look?

kvalo: Chilam confirmed that the fix is valid

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/htc_mbox.c