From patchwork Tue Mar 17 15:32:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 243740 List-Id: U-Boot discussion From: miquel.raynal at bootlin.com (Miquel Raynal) Date: Tue, 17 Mar 2020 16:32:17 +0100 Subject: [PATCH] ram: px30: drop non informative debug message Message-ID: <20200317153217.1493-1-miquel.raynal@bootlin.com> It seems that this line was added by mistake as right before it there is another function printing debug info already, so this line is pretty much useless, drop it. Fixes: 39edfaa758a ("ram: px30: add sdram driver") Signed-off-by: Miquel Raynal --- drivers/ram/rockchip/sdram_px30.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/ram/rockchip/sdram_px30.c b/drivers/ram/rockchip/sdram_px30.c index ee657573111..a07f05ded07 100644 --- a/drivers/ram/rockchip/sdram_px30.c +++ b/drivers/ram/rockchip/sdram_px30.c @@ -714,7 +714,6 @@ int sdram_init(void) sdram_print_ddr_info(&sdram_params->ch.cap_info, &sdram_params->base); - printascii("out\n"); return ret; error: return (-1);