Arnd Bergmann <arnd@xxxxxxxxxx> wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > clang points out a useless check that was recently added: > > drivers/net/wireless/realtek/rtw88/fw.c:1485:21: warning: address of array 'rtwdev->chip->fw_fifo_addr' will always evaluate to 'true' [-Wpointer-bool-conversion] > if (!rtwdev->chip->fw_fifo_addr) { > ~~~~~~~~~~~~~~~^~~~~~~~~~~~ > > Apparently this was meant to check the contents of the array > rather than the address, so check it accordingly. > > Fixes: 0fbc2f0f34cc ("rtw88: add dump firmware fifo support") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > Reviewed-by: Nathan Chancellor <natechancellor@xxxxxxxxx> I'll take Tom's patch as it was first. Patch set to Superseded. -- https://patchwork.kernel.org/project/linux-wireless/patch/20201026212323.3888550-1-arnd@xxxxxxxxxx/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches