From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 048DA1E487; Mon, 23 Jun 2025 13:15:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750684510; cv=none; b=q4J2Itp/2oe93EA4d/aPwNPBwAxTYtVVadfCmgTFXMnWvYekm65eouKasxzOipvScgFC5LGxh2PQuIlsWgywvJH8NN06Qucyee+Pz3mLjZKr0Eqafz08AYLuVExPlkOMVHfXgGXszlW3oOJ4Hi6ZI+onS93wPnlqdsmPDJoX6qY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750684510; c=relaxed/simple; bh=LUgAY1OXnafY2TVNfXbpQ+MaGxyllJ4s0cYEt3SD/gs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=jsv+6zwFzdmCx4bA4H6AB/qBjP0yerR0xi1QaKnUSQxGwNywY4PXWXjULWZa6y47dgMvqhlVjCkBTmI0J15BKnzsFotFM5sXdnxx7Y6ITWt9yJwKivSV9OLCM8ZnZii5oT72XMzEFPzsKB5T8QDXxwRIBFbSxtb/ssJmcZsGfQI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=cmdaf6dh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="cmdaf6dh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82462C4CEEA; Mon, 23 Jun 2025 13:15:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1750684509; bh=LUgAY1OXnafY2TVNfXbpQ+MaGxyllJ4s0cYEt3SD/gs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cmdaf6dhdmcGhVNtJ+XchFPmonmE45GWedHcLeDmdPkFOCulF6HOCGlaHo6hedlJs jCXpOFoZro2AGZXxjPRMs5PEzoPAwT10szPpCm+AdbgxcJf+TbSc2mLiup9+LC6qXo yUr73J/V+fZcDJhuK7LnkQAOjXCR3JH31lfQWoGA= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski , Mark Brown Subject: [PATCH 6.15 096/592] ASoC: codecs: wcd937x: Drop unused buck_supply Date: Mon, 23 Jun 2025 15:00:54 +0200 Message-ID: <20250623130702.561225597@linuxfoundation.org> X-Mailer: git-send-email 2.50.0 In-Reply-To: <20250623130700.210182694@linuxfoundation.org> References: <20250623130700.210182694@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krzysztof Kozlowski commit dc59189d32fc3dbddcf418fd4b418fb61f24ade6 upstream. Last user of wcd937x_priv->buck_supply was removed in commit 216d04139a6d ("ASoC: codecs: wcd937x: Remove separate handling for vdd-buck supply"). Fixes: 216d04139a6d ("ASoC: codecs: wcd937x: Remove separate handling for vdd-buck supply") Cc: stable@vger.kernel.org Signed-off-by: Krzysztof Kozlowski Link: https://patch.msgid.link/20250526-b4-b4-asoc-wcd9395-vdd-px-fixes-v1-2-0b8a2993b7d3@linaro.org Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- sound/soc/codecs/wcd937x.c | 1 - 1 file changed, 1 deletion(-) --- a/sound/soc/codecs/wcd937x.c +++ b/sound/soc/codecs/wcd937x.c @@ -91,7 +91,6 @@ struct wcd937x_priv { struct regmap_irq_chip *wcd_regmap_irq_chip; struct regmap_irq_chip_data *irq_chip; struct regulator_bulk_data supplies[WCD937X_MAX_BULK_SUPPLY]; - struct regulator *buck_supply; struct snd_soc_jack *jack; unsigned long status_mask; s32 micb_ref[WCD937X_MAX_MICBIAS];