]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: Drop the blank line before accesses
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:57:51 +0000 (07:57 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 00:51:49 +0000 (18:51 -0600)
commiteccd4ca3873784f40c74912d9ef35cba1bee730b
tree4a102195e280915268fa88de0b8fc9d191129c30
parent9b99762eff5eac971cd1ae561e443252afb7b985
mmc: Drop the blank line before accesses

Several mmc subcommand print a blank line before starting and after
finishing. It isn't necessary to do both, so drop the first one.

It is questionable whether these command should produce any output at
all, but leave it for now.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/mmc.c