]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: imx6dl-sielaff: spl.c: Remove multiline string
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Tue, 20 Feb 2024 09:01:00 +0000 (10:01 +0100)
committerFabio Estevam <festevam@denx.de>
Sat, 24 Feb 2024 19:21:34 +0000 (16:21 -0300)
Remove the malformed multiline string and fix the checkpatch warning.

Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
board/sielaff/imx6dl-sielaff/spl.c

index 64a84fd5122559c87bd0c424ccdc416f52be1a16..6815952c0fbb80ded7ea072039c69383e850416b 100644 (file)
@@ -93,8 +93,8 @@ int board_mmc_init(struct bd_info *bis)
                        usdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK);
                        break;
                default:
-                       printf("Warning: you configured more USDHC controllers \
-                               (%d) than supported by the board\n", i + 1);
+                       printf("Warning: you configured more USDHC controllers (%d) than supported by the board\n",
+                              i + 1);
                        return -EINVAL;
                }