]> git.baikalelectronics.ru Git - uboot.git/commit
event: Correct duplicate log message in event_notify()
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:31 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
commit850048f8a31ee403812ccb78c24477588a55118a
tree103af4d46ba9a9ebc7765442b1505ab3254500e4
parentded298a7e136245e24e1dad0ba4893912d0634f6
event: Correct duplicate log message in event_notify()

Use a different one for each call.

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