commit | 02079eb38b1dd87bf5ae00216f513a2fb831e4d5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jan 25 12:53:14 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Apr 10 12:00:24 2021 +0200 |
tree | a919963b82cfea44ff06506d1528fbb00bbc129e | |
parent | f4dc1bc9f0ad0ee1d23aa185a4e8d9e904e6d88e [diff] |
fs: fat: fix file_fat_detectfs() Up to now file_fat_detectfs() did not detect some interface types like EFI, HOST, VIRTIO. Avoid duplicate code by calling blk_get_if_type_name(). The interface type now will be shown in lower case to match all other use cases. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>