]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sqfs: Suppress the message about missing filesystem
authorSimon Glass <sjg@chromium.org>
Thu, 19 Aug 2021 03:40:27 +0000 (21:40 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 16 Sep 2021 17:19:25 +0000 (13:19 -0400)
commitad6ddc57eeecbcad62177b47b1e2b63027bcf6a9
tree68949fed05023f53c15bdb47c49f104a6cd4e713
parent64acd46a82f06dfae7a181437e256a4194e612d8
sqfs: Suppress the message about missing filesystem

This message comes up a lot when scanning filesystems. It suggests to the
user that there is some sort of error, but in fact there is no reason to
expect that a particular partition has a sqfs filesystem. Other
filesystems don't print this error.

Turn it into a debug message.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
fs/squashfs/sqfs.c