u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@gmail.com>
To: Michal Suchanek <msuchanek@suse.de>, u-boot@lists.denx.de
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Subject: Re: [PATCH] power: fan53555: Fix missing newline in error message
Date: Fri, 7 Oct 2022 21:38:05 +0900	[thread overview]
Message-ID: <e4d5af2a-8dba-ce54-4dca-c9500b7ee95f@gmail.com> (raw)
In-Reply-To: <20220925134328.9405-1-msuchanek@suse.de>



On 9/25/22 22:43, Michal Suchanek wrote:
> Avoid concatenation with following message.
> 
> Signed-off-by: Michal Suchanek <msuchanek@suse.de>

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>

Best Regards,
Jaehoon Chung

> ---
> 
>  drivers/power/pmic/fan53555.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/pmic/fan53555.c b/drivers/power/pmic/fan53555.c
> index 4d1e686d27..0d91628f57 100644
> --- a/drivers/power/pmic/fan53555.c
> +++ b/drivers/power/pmic/fan53555.c
> @@ -23,7 +23,7 @@ static int pmic_fan53555_read(struct udevice *dev, uint reg,
>  			      u8 *buff, int len)
>  {
>  	if (dm_i2c_read(dev, reg, buff, len)) {
> -		pr_err("%s: read error for register: %#x!", dev->name, reg);
> +		pr_err("%s: read error for register: %#x!\n", dev->name, reg);
>  		return -EIO;
>  	}
>  

      parent reply	other threads:[~2022-10-07 12:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-25 13:43 [PATCH] power: fan53555: Fix missing newline in error message Michal Suchanek
2022-09-26  8:33 ` Peng Fan
2022-10-07 12:38 ` Jaehoon Chung [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e4d5af2a-8dba-ce54-4dca-c9500b7ee95f@gmail.com \
    --to=jh80.chung@gmail.com \
    --cc=jh80.chung@samsung.com \
    --cc=msuchanek@suse.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).