summaryrefslogtreecommitdiffstats
path: root/commands/mmc_extcsd.c
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2020-09-09 13:01:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-14 12:07:27 +0200
commit4dfeabd0b150683bbada4281544ab0df4911fe30 (patch)
tree249936386409762f0cf0c4f4386f20b12c6574d6 /commands/mmc_extcsd.c
parent1df6acb55021b68d5e3d946e6a9a85a93f731a3e (diff)
downloadbarebox-4dfeabd0b150683bbada4281544ab0df4911fe30.tar.gz
barebox-4dfeabd0b150683bbada4281544ab0df4911fe30.tar.xz
commands: mmc_extcsd: print_field: fix layout
Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/mmc_extcsd.c')
-rw-r--r--commands/mmc_extcsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/mmc_extcsd.c b/commands/mmc_extcsd.c
index 40d11df17d..7ae068348d 100644
--- a/commands/mmc_extcsd.c
+++ b/commands/mmc_extcsd.c
@@ -2163,7 +2163,7 @@ static int print_field(u8 *reg, int index)
str = "FIFO policy for cache";
else
str = "not provided";
- printf("\t[0] Device flushing: %s", str);
+ printf("\t[0] Device flushing: %s\n", str);
return 1;
case EXT_CSD_OPTIMAL_READ_SIZE: