[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20230508124359.hl7kwixxforqexnl@mercury.elektranox.org>
Date: Mon, 8 May 2023 14:43:59 +0200
From: Sebastian Reichel <sebastian.reichel@...labora.com>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Cc: linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-pm@...r.kernel.org
Subject: Re: [PATCH] power: supply: rk817: Simplify an error message
Hi,
On Sat, Apr 15, 2023 at 06:49:55PM +0200, Christophe JAILLET wrote:
> dev_err_probe() already display the error code. There is no need to
> duplicate it explicitly in the error message.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
> ---
Thanks, queued.
-- Sebastian
> drivers/power/supply/rk817_charger.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/power/supply/rk817_charger.c b/drivers/power/supply/rk817_charger.c
> index 1a2143641e66..8328bcea1a29 100644
> --- a/drivers/power/supply/rk817_charger.c
> +++ b/drivers/power/supply/rk817_charger.c
> @@ -1134,7 +1134,7 @@ static int rk817_charger_probe(struct platform_device *pdev)
> &bat_info);
> if (ret) {
> return dev_err_probe(dev, ret,
> - "Unable to get battery info: %d\n", ret);
> + "Unable to get battery info\n");
> }
>
> if ((bat_info->charge_full_design_uah <= 0) ||
> --
> 2.34.1
>
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists