image: Update zstd to avoid reporting error twice
authorSimon Glass <sjg@chromium.org>
Sat, 25 Sep 2021 13:03:12 +0000 (07:03 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commit02ace2cd4942da507414b23645cd7bec99f23174
tree6ee474bcfb0fd27597feaa2034f28e7f3e509102
parentb876eb87e91d6705ef946090af16175dfb5ce1f9
image: Update zstd to avoid reporting error twice

The zstd implementation prints the error in image_decomp() which is
incorrect and does not match other algorithms. Drop this and let the
caller report the error.

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