orinoco: avoid assertion in case of NULL pointer
authorAditya Pakki <pakki001@umn.edu>
Sun, 15 Dec 2019 19:58:58 +0000 (13:58 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Feb 2020 14:42:26 +0000 (15:42 +0100)
commit5704974eb30050cd1758b5ab280d04cb56651596
treed170739348d39b1f0baf3801218ff4f0073bb18a
parent92c3b58ac24a673ad0df30d7e00a256414c89f2e
orinoco: avoid assertion in case of NULL pointer

[ Upstream commit c705f9fc6a1736dcf6ec01f8206707c108dca824 ]

In ezusb_init, if upriv is NULL, the code crashes. However, the caller
in ezusb_probe can handle the error and print the failure message.
The patch replaces the BUG_ON call to error return.

Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/intersil/orinoco/orinoco_usb.c