]> git.baikalelectronics.ru Git - kernel.git/commit
ath6kl: fix compilation warning in ath6kl_htc_pipe_conn_service
authorVladimir Murzin <murzin.v@gmail.com>
Sun, 29 Sep 2013 13:54:31 +0000 (15:54 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 1 Oct 2013 16:42:28 +0000 (19:42 +0300)
commit55dc79617a04eb6dc910677683f9dc163934c489
tree8fe7988c7c3bf498848ad24c87639baf94b18616
parent56b8f8701a8a7ebebed772c7c333868006b690b9
ath6kl: fix compilation warning in ath6kl_htc_pipe_conn_service

Fix the warning

drivers/net/wireless/ath/ath6kl/htc_pipe.c: In function
'ath6kl_htc_pipe_conn_service':
drivers/net/wireless/ath/ath6kl/htc_pipe.c:1293:26: warning: integer overflow
in expression [-Woverflow]

by giving a hint to compiler about unsigned nature of
HTC_CONN_FLGS_SET_RECV_ALLOC_MASK

Signed-off-by: Vladimir Murzin <murzin.v@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/htc.h