Skip to content
Snippets Groups Projects
Commit 91cd41ec authored by Frieder Schrempf's avatar Frieder Schrempf Committed by Fabio Estevam
Browse files

board: imx6dl-sielaff: spl.c: Remove multiline string


Remove the malformed multiline string and fix the checkpatch warning.

Reported-by: default avatarDan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
parent 59c3f0ee
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment