wireless: bcmdhd4361: fix fix comparing a pointer to a null character
authorAnan Jaser <ananjaser@gmail.com>
Tue, 22 Sep 2020 20:16:54 +0000 (00:16 +0400)
committerAnan Jaser <ananjaser@gmail.com>
Tue, 22 Sep 2020 23:08:25 +0000 (03:08 +0400)
commitfcca0da3d807c343676a21eb83b8c6aac51ab9e9
tree2e61308dccaf8ea7832109212e243827fd9361e9
parentbd17a40136333debe0935fd048170047313c9e84
wireless: bcmdhd4361: fix fix comparing a pointer to a null character

drivers/net/wireless/bcmdhd4361/dhd_common.c:3839:19: error: comparing a pointer to a null character constant; did you mean to compare to N
ULL? [-Werror,-Wpointer-compare]
                        if (argv[i] == '\0') {
                                       ^~~~
                                       (void *)0

Change-Id: I4b6613761ff3965cb8741046d4d62d2ea04a852e
drivers/net/wireless/bcmdhd4361/dhd_common.c