rtlwifi: fix build warning
authorAllen Pais <allen.lkml@gmail.com>
Mon, 31 Aug 2020 04:36:59 +0000 (10:06 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 1 Sep 2020 08:59:46 +0000 (11:59 +0300)
commit6b8c7574a5f889c8e1fb6ec54b09d8d9d8a9fb37
tree5afe511d3cd4ce862e5fe3eff0f81992d0dd7545
parent5d4650ae8ba66695ab8cdc32ca7e8d0d9c8f2099
rtlwifi: fix build warning

Tasklet conversion patch introduced a build
warning in _rtl_usb_init_rx, this patch fixes the warning.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: d3ccc14dfe95 ("rtlwifi/rtw88: convert tasklets to use new tasklet_setup() API")
Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200831043659.281712-1-allen.lkml@gmail.com
drivers/net/wireless/realtek/rtlwifi/usb.c