Skip to content

Commit

Permalink
env: mmc: Make the debug messages play a little nicer
Browse files Browse the repository at this point in the history
Since we have global messages to indicate what's going on, the custom
messages in the environment drivers only make the output less readable.

Make MMC play a little nicer by removing all the extra \n and formatting
that is redundant with the global output.

Reviewed-by: Andre Przywara <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
  • Loading branch information
mripard authored and trini committed Jan 27, 2018
1 parent d0816da commit 29b8f21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion env/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ static int env_mmc_save(void)
goto fini;
}

puts("done\n");
ret = 0;

#ifdef CONFIG_ENV_OFFSET_REDUND
Expand Down

0 comments on commit 29b8f21

Please sign in to comment.