Re: [PATCH] net: brcm80211: add a check for the status of usb_register

2019-01-09 Thread Kalle Valo
Arend Van Spriel writes: > On 1/8/2019 5:43 PM, Kalle Valo wrote: >> Kangjie Lu writes: >> >>> usb_register() may fail, so let's check its status and issue an error >>> message if it fails. >>> >>> Signed-off-by: Kangjie Lu >>> --- >>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c |

Re: [PATCH] net: brcm80211: add a check for the status of usb_register

2019-01-09 Thread Arend Van Spriel
On 1/8/2019 5:43 PM, Kalle Valo wrote: Kangjie Lu writes: usb_register() may fail, so let's check its status and issue an error message if it fails. Signed-off-by: Kangjie Lu --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c | 6 +- The title prefix should be "brcmfmac: "

Re: [PATCH] net: brcm80211: add a check for the status of usb_register

2019-01-08 Thread Kalle Valo
Kangjie Lu writes: > usb_register() may fail, so let's check its status and issue an error > message if it fails. > > Signed-off-by: Kangjie Lu > --- > drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c | 6 +- The title prefix should be "brcmfmac: " but I can fix that.

[PATCH] net: brcm80211: add a check for the status of usb_register

2018-12-25 Thread Kangjie Lu
usb_register() may fail, so let's check its status and issue an error message if it fails. Signed-off-by: Kangjie Lu --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git