Re: [PATCH] brcmsmac: remove a useless test

2019-10-01 Thread Kalle Valo
Christophe JAILLET wrote: > 'pih' is known to be non-NULL at this point, so the test can be removed. > > Signed-off-by: Christophe JAILLET > Acked-by: Arend van Spriel Patch applied to wireless-drivers-next.git, thanks. 3f1b32bdbb0a brcmsmac: remove a useless test --

Re: [PATCH] brcmsmac: remove a useless test

2019-09-16 Thread Arend Van Spriel
On 9/15/2019 9:32 PM, Christophe JAILLET wrote: 'pih' is known to be non-NULL at this point, so the test can be removed. Acked-by: Arend van Spriel Signed-off-by: Christophe JAILLET --- drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c | 3 +-- 1 file changed, 1 insertion(+), 2

[PATCH] brcmsmac: remove a useless test

2019-09-15 Thread Christophe JAILLET
'pih' is known to be non-NULL at this point, so the test can be removed. Signed-off-by: Christophe JAILLET --- drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c