ath10k: sdio: jump to correct label in error handling path
authorNiklas Cassel <niklas.cassel@linaro.org>
Thu, 26 Apr 2018 12:35:02 +0000 (14:35 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 27 Apr 2018 11:39:32 +0000 (14:39 +0300)
commite60a92590187d01f1c98254d2d7e8f613ebd31dd
tree107464a15c2cf1a550ba36b08c1e18a41a84922c
parent785281342d0ce06ec04e4b730fb29b6320139edc
ath10k: sdio: jump to correct label in error handling path

Jump to the correct label in error handling path.
At this point of execution create_singlethread_workqueue() has succeeded,
so it should be properly destroyed.

Jump label was renamed in commit ec2c64e20257 ("ath10k: sdio: fix memory
leak for probe allocations").
However, the bug was originally introduced in commit d96db25d2025
("ath10k: add initial SDIO support").

Fixes: d96db25d2025 ("ath10k: add initial SDIO support")
Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/sdio.c