Files
linux/drivers
Tao Huang 95376bf834 net: wireless: bcmdhd: Fix compile warning when CONFIG_BCMDHD_REQUEST_FW=y
drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_common.c:7852:50: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
                                        DHD_ERROR(("fw->size = %d, *length = %d\n", fw->size, *length));
                                                               ~~                   ^~~~~~~~
                                                               %lu

Fixes: 6513b9fbdd ("net: wireless: update bcmdhd driver to 101.10.361.20")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ia2cce87e3392174f8a6165494e1c7962ae07bd93
2022-07-26 20:07:23 +08:00
..
2022-07-22 16:14:12 +08:00
2022-05-21 17:43:58 +08:00
2021-11-18 14:03:51 +01:00
2022-07-20 19:11:49 +08:00
2022-07-15 20:59:04 +08:00