mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <sha@pengutronix.de>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2 1/4] drivers: mci: imx-esdhc-common.c: Add missing dev_dbg define for pbl case
Date: Mon, 31 May 2021 09:20:57 +0200	[thread overview]
Message-ID: <20210531072057.GF5211@pengutronix.de> (raw)
In-Reply-To: <20210528133041.1109923-1-l.stach@pengutronix.de>

On Fri, May 28, 2021 at 03:30:38PM +0200, Lucas Stach wrote:
> From: David Jander <david@protonic.nl>
> 
> Signed-off-by: David Jander <david@protonic.nl>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
>  drivers/mci/imx-esdhc-common.c | 2 ++
>  1 file changed, 2 insertions(+)

Applied, thanks

Sascha

> 
> diff --git a/drivers/mci/imx-esdhc-common.c b/drivers/mci/imx-esdhc-common.c
> index c9d589468f6c..7ee0674b997f 100644
> --- a/drivers/mci/imx-esdhc-common.c
> +++ b/drivers/mci/imx-esdhc-common.c
> @@ -156,7 +156,9 @@ static void __udelay(int us)
>  
>  #define udelay(n)	__udelay(n)
>  #undef  dev_err
> +#undef  dev_dbg
>  #define dev_err(d, ...)	pr_err(__VA_ARGS__)
> +#define dev_dbg(d, ...)	pr_debug(__VA_ARGS__)
>  
>  #endif
>  
> -- 
> 2.29.2
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


      parent reply	other threads:[~2021-05-31  7:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-28 13:30 Lucas Stach
2021-05-28 13:30 ` [PATCH v2 2/4] ARM: protonic: add initial support for the Protonic PRT8MM family of boards Lucas Stach
2021-05-28 13:30 ` [PATCH v2 3/4] ARM: imx_v8_defconfig: enable PRT8MM board Lucas Stach
2021-05-28 13:30 ` [PATCH v2 4/4] ARM: imx_v8_defconfig: enable EHCI Lucas Stach
2021-05-31  7:20 ` Sascha Hauer [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=20210531072057.GF5211@pengutronix.de \
    --to=sha@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=l.stach@pengutronix.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