Re: wifi: libertas: Fix possible refcount leak in if_usb_probe()
From: Kalle Valo <kvalo@kernel.org>
Date: 2022-07-27 12:49:05
Also in:
linux-wireless, lkml
From: Kalle Valo <kvalo@kernel.org>
Date: 2022-07-27 12:49:05
Also in:
linux-wireless, lkml
Hangyu Hua [off-list ref] wrote:
usb_get_dev will be called before lbs_get_firmware_async which means that
usb_put_dev need to be called when lbs_get_firmware_async fails.
Fixes: ce84bb69f50e ("libertas USB: convert to asynchronous firmware loading")
Signed-off-by: Hangyu Hua <redacted>Patch applied to wireless-next.git, thanks. 2cfb08d6c5c9 wifi: libertas: Fix possible refcount leak in if_usb_probe() -- https://patchwork.kernel.org/project/linux-wireless/patch/20220620092350.39960-1-hbh25y@gmail.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches