Arnd Bergmann <a...@kernel.org> wrote:

> From: Arnd Bergmann <a...@arndb.de>
> 
> 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 <a...@arndb.de>
> Reviewed-by: Nathan Chancellor <natechancel...@gmail.com>

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-a...@kernel.org/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

Reply via email to