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)
committerivanmeler <i_ivan@windowslive.com>
Wed, 13 Apr 2022 21:14:06 +0000 (21:14 +0000)
commit4f41c13321599bddbbcc77342bf4135deeca9c40
treec42c0b5a770e827dc5006423e4deb796e624a3fd
parent6107467ed9704d08847f113e62c84bc6535cbb25
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