Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/rtlwifi
Larry Finger dbb30ebeef rtlwifi: btcoexist: Fix "always true" warning from commit ed364abffd
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 ed364abffd,
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>
2014-09-11 15:27:36 -04:00
..
2014-08-25 15:39:23 -04:00
2014-03-06 14:29:56 -05:00
2014-03-04 13:25:39 -05:00
2014-03-04 13:25:39 -05:00
2014-03-06 14:29:56 -05:00
2012-01-24 14:08:37 -05:00
2013-12-05 14:54:51 -05:00
2013-01-14 11:32:44 +01:00