From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757893AbeD0Lk3 (ORCPT ); Fri, 27 Apr 2018 07:40:29 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:56272 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751416AbeD0Lk0 (ORCPT ); Fri, 27 Apr 2018 07:40:26 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 7D19760452 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: ath10k: sdio: jump to correct label in error handling path From: Kalle Valo In-Reply-To: <20180426123502.23962-1-niklas.cassel@linaro.org> References: <20180426123502.23962-1-niklas.cassel@linaro.org> To: Niklas Cassel Cc: Kalle Valo , Niklas Cassel , ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20180427114026.79F1F60767@smtp.codeaurora.org> Date: Fri, 27 Apr 2018 11:40:26 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Niklas Cassel wrote: > 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 > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. e60a92590187 ath10k: sdio: jump to correct label in error handling path -- https://patchwork.kernel.org/patch/10365901/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches