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 5FE7B85346 for ; Wed, 13 Dec 2023 15:50:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="AiPXHdUS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13D4DC433C7; Wed, 13 Dec 2023 15:50:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702482628; bh=5bLjVub8GlOBHZ0IpoiQFHkW+Q+8psXwTdhqUVyGyaU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AiPXHdUSauUrPXnBziyzpktm0q02t8r6JJMx6gUQJVU3Zd6OyuXDAFMiC5uUr9rgS uMKgmtFOYSQ6wVuTZa9FuofzN5Yax549wxRr7Gz/LltJJ6HcPA8yMcPFSpiCQuscyD xKEc06SJ2i3jQ/iT59BovHjKVcUIwXp/xgjUOeEcPCwFpYkTGdQ0e0u9xl/6lBn4Jg KJu0UtR1x9Iewq/xsG9lRvHaHyPixhK8/jV6URSroGUzyytBI5c/L/wNCauzimjp8s dJVNvBbPL66WyZHONpR12nNf6oMjCka9nS1hdb90cXp0eSfNOwMXLb8muGAVVL4FAn +nqzsAQmtF3qg== Date: Wed, 13 Dec 2023 15:50:24 +0000 From: Lee Jones To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Thierry Reding , kernel@pengutronix.de, Pavel Machek , Anjelique Melendez , Lu Hongfei , Rob Herring , Luca Weiss , linux-leds@vger.kernel.org Subject: Re: [PATCH v4 004/115] leds: qcom-lpg: Consistenly use dev_err_probe() in .probe()'s error path Message-ID: <20231213155024.GO111411@google.com> References: <1884e7d6928764ef230587d68ec79f04aa0e79a0.1701860672.git.u.kleine-koenig@pengutronix.de> Precedence: bulk X-Mailing-List: linux-leds@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1884e7d6928764ef230587d68ec79f04aa0e79a0.1701860672.git.u.kleine-koenig@pengutronix.de> On Wed, 06 Dec 2023, Uwe Kleine-König wrote: > One error path already used dev_err_probe(). Adapt the other error paths > that emit an error message to also use this function for consistency and > slightly simplified code. > > Signed-off-by: Uwe Kleine-König > --- > Note this patch was already sent out individually, find it at > https://lore.kernel.org/linux-pwm/20231130074133.969806-3-u.kleine-koenig@pengutronix.de > > drivers/leds/rgb/leds-qcom-lpg.c | 40 ++++++++++++++------------------ > 1 file changed, 17 insertions(+), 23 deletions(-) Already applied on the 1st December. -- Lee Jones [李琼斯]