From: Lucas Stach <l.stach@pengutronix.de> To: barebox@lists.infradead.org Subject: [PATCH v2 1/4] drivers: mci: imx-esdhc-common.c: Add missing dev_dbg define for pbl case Date: Fri, 28 May 2021 15:30:38 +0200 Message-ID: <20210528133041.1109923-1-l.stach@pengutronix.de> (raw) 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(+) 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
next reply other threads:[~2021-05-28 13:54 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-05-28 13:30 Lucas Stach [this message] 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 ` [PATCH v2 1/4] drivers: mci: imx-esdhc-common.c: Add missing dev_dbg define for pbl case Sascha Hauer
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=20210528133041.1109923-1-l.stach@pengutronix.de \ --to=l.stach@pengutronix.de \ --cc=barebox@lists.infradead.org \ /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
mail archive of the barebox mailing list This inbox may be cloned and mirrored by anyone: git clone --mirror https://lore.barebox.org/barebox/0 barebox/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 barebox barebox/ https://lore.barebox.org/barebox \ barebox@lists.infradead.org barebox@lists.infradead.org public-inbox-index barebox Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git