commit | 1c579db79a2365f3b5597cd04dd0bc7913367a8b | [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 | fc4ca6b01555e8c62739f686a3ac333df6c24ad3 [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>