diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2014-09-09 22:57:46 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-09-11 21:27:36 +0200 |
commit | dbb30ebeefaf01121b32ae6b5baf29524f3a0b30 (patch) | |
tree | 42545fae45a0c5e1ca8ed5911459a870e9073d59 /drivers/net/wireless/b43 | |
parent | b43: HT-PHY: Complete radio init (add missing entries) (diff) | |
download | linux-dbb30ebeefaf01121b32ae6b5baf29524f3a0b30.tar.xz linux-dbb30ebeefaf01121b32ae6b5baf29524f3a0b30.zip |
rtlwifi: btcoexist: Fix "always true" warning from commit ed364abffd6e
The 0-DAY kernel build testing backend reports the following warning:
drivers/net/wireless/rtlwifi/btcoexist/halbtcoutsrc.c:516 halbtc_bitmask_write_1byte()
warn: always true condition '(bit_mask != 4294967295) => (0-255 != u32max)'
This problem was introduced in commit ed364abffd6e19bec67b7ccda8237213b8b37640,
and arises because the caller of halbtc_bitmask_write_1byte() is using a
u8 rather than a u32 for the data.
Reported-by: Kbuild test robot <kbuild-all@01.org>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Kbuild test robot <kbuild-all@01.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43')
0 files changed, 0 insertions, 0 deletions