All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] env: Make environment loading log more clear
@ 2018-07-20 13:14 Sam Protsenko
  2018-07-20 13:14 ` [U-Boot] [PATCH 1/2] env: Don't print "Failed" error message Sam Protsenko
  2018-07-20 13:14 ` [U-Boot] [PATCH 2/2] disk: part: Don't show redundant " Sam Protsenko
  0 siblings, 2 replies; 5+ messages in thread
From: Sam Protsenko @ 2018-07-20 13:14 UTC (permalink / raw)
  To: u-boot

This patch series intended to make boot log better. Basically here we
just remove unwanted error messages, relying on the message from most
deep API to be printed (like mmc subsystem). At the moment this looks
like most clean solution to cluttered log problem, as any other solution
will be hackish.

With this patch set applied we will see something like this:

    Loading Environment from FAT... MMC: no card present
    Loading Environment from MMC... OK

instead of:

    Loading Environment from FAT... MMC: no card present
    ** Bad device mmc 0 **
    Failed (-5)
    Loading Environment from MMC... OK


Sam Protsenko (2):
  env: Don't print "Failed" error message
  disk: part: Remove redundant error message

 disk/part.c | 2 +-
 env/env.c   | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-20 14:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-20 13:14 [U-Boot] [PATCH 0/2] env: Make environment loading log more clear Sam Protsenko
2018-07-20 13:14 ` [U-Boot] [PATCH 1/2] env: Don't print "Failed" error message Sam Protsenko
2018-07-20 13:29   ` Wolfgang Denk
2018-07-20 14:54     ` Sam Protsenko
2018-07-20 13:14 ` [U-Boot] [PATCH 2/2] disk: part: Don't show redundant " Sam Protsenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.