Re: [PATCH] brcmsmac: main: Eliminate empty brcms_c_down_del_timer()

2020-09-15 Thread Kalle Valo
Jason Yan wrote: > This function does nothing so remove it. This addresses the following > coccicheck warning: > > drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c:5103:6-15: > Unneeded variable: "callbacks". Return "0" on line 5105 > > Reported-by: Hulk Robot > Signed-off-by: Jason Yan

[PATCH] brcmsmac: main: Eliminate empty brcms_c_down_del_timer()

2020-09-10 Thread Jason Yan
This function does nothing so remove it. This addresses the following coccicheck warning: drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c:5103:6-15: Unneeded variable: "callbacks". Return "0" on line 5105 Reported-by: Hulk Robot Signed-off-by: Jason Yan --- drivers/net/wireless/broadco