mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: barebox@lists.infradead.org
Cc: kernel@pengutronix.de
Subject: [PATCH 2/3] ddr: imx: fix indention of debug message
Date: Tue, 23 May 2023 17:49:38 +0200	[thread overview]
Message-ID: <20230523154939.1074667-3-mkl@pengutronix.de> (raw)
In-Reply-To: <20230523154939.1074667-1-mkl@pengutronix.de>

Fixes: 2ccc6a0946d7 ("ddr: imx: Cleanup debug messages")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 drivers/ddr/imx8m/ddr_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ddr/imx8m/ddr_init.c b/drivers/ddr/imx8m/ddr_init.c
index 164536800615..944cc3873e0c 100644
--- a/drivers/ddr/imx8m/ddr_init.c
+++ b/drivers/ddr/imx8m/ddr_init.c
@@ -204,7 +204,7 @@ int imx8m_ddr_init(struct dram_timing_info *dram_timing,
 
 	/* enable port 0 */
 	reg32_write(DDRC_PCTRL_0(0), 0x00000001);
-	pr_debug(" ddrmix config done\n");
+	pr_debug("ddrmix config done\n");
 
 	/* save the dram timing config into memory */
 	dram_config_save(dram_timing, IMX8M_SAVED_DRAM_TIMING_BASE);
-- 
2.39.2




  parent reply	other threads:[~2023-05-23 15:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-23 15:49 [PATCH 0/3] non-critical fixes Marc Kleine-Budde
2023-05-23 15:49 ` [PATCH 1/3] ARM: i.MX8MM: InnoComm: fix base address for I2C1 Marc Kleine-Budde
2023-05-23 15:49 ` Marc Kleine-Budde [this message]
2023-05-23 15:49 ` [PATCH 3/3] I2C: i.MX: fix guard macro comment Marc Kleine-Budde
2023-06-01 11:44 ` [PATCH 0/3] non-critical fixes 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=20230523154939.1074667-3-mkl@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=kernel@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