From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC267C433F5 for ; Thu, 10 Feb 2022 08:51:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237970AbiBJIva (ORCPT ); Thu, 10 Feb 2022 03:51:30 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:49358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237955AbiBJIv3 (ORCPT ); Thu, 10 Feb 2022 03:51:29 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0564CC2A; Thu, 10 Feb 2022 00:51:31 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 966E5618A8; Thu, 10 Feb 2022 08:51:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA027C004E1; Thu, 10 Feb 2022 08:51:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644483090; bh=EvfC7rJ1/vU9yODlAa2UFpTY70T5X3vyIK8wNpiwKjQ=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=PRADujnLNBprel5XN+N4dNwBUPN8vt41O2XHGKu9ZwNweL7zFdZQQ25eLqcpMp0jx GMB+hhgdyUfOIerbamoe7t7SdjgtS76EVmT8ps2Y8NpJqFdBmOiouXzPmFcLjJO6lK Ez48QykqtQB155K++ZxE3KyB9IQKy0vVRbZrIlFMvRyOOpAlmJ3SjdDRBb4b9y9jc+ HmUFQeFoWyZ22rpMhwGYVMLm2T/ccYG5/GtUPK4LQKqylwrS7PUanVTF7n33CwNBeR F+bHSdtBrEoiMdn1pwvkAvT6puUocbQFsQ7KB/hcGMMIGYvdsU1ztPllj6yYQ68GzF HZumCWs8TtnFQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] wcn36xx: Uninitialized variable in wcn36xx_change_opchannel() From: Kalle Valo In-Reply-To: <20220201125941.GA22458@kili> References: <20220201125941.GA22458@kili> To: Dan Carpenter Cc: Bryan O'Donoghue , wcn36xx@lists.infradead.org, linux-wireless@vger.kernel.org, kernel-janitors@vger.kernel.org User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <164448308689.3808.15371784000486693976.kvalo@kernel.org> Date: Thu, 10 Feb 2022 08:51:28 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Dan Carpenter wrote: > This code needs "channel" to be initialized to NULL for it to work > correctly. > > Fixes: d6f2746691cb ("wcn36xx: Track the band and channel we are tuned to") > Signed-off-by: Dan Carpenter > Reviewed-by: Bryan O'Donoghue > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. 11e41e292937 wcn36xx: Uninitialized variable in wcn36xx_change_opchannel() -- https://patchwork.kernel.org/project/linux-wireless/patch/20220201125941.GA22458@kili/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches