]> git.dujemihanovic.xyz Git - u-boot.git/commit
log: syslog: Handle errors in net_init
authorSean Anderson <seanga2@gmail.com>
Sat, 12 Sep 2020 21:45:44 +0000 (17:45 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 10 Oct 2020 20:50:12 +0000 (16:50 -0400)
commita4326612ac4d5235d3ccf2d3ae40cc78b877ee38
tree143ecdf345e0600dbc804d90e84d3629d1f27ccc
parentc3f0278e29ffae81dc24c997523a8eafba503a0c
log: syslog: Handle errors in net_init

Since the previous patch, net_init now exposes some errors, so check for
them.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/log_syslog.c