On Sun, 28 Mar 2021 at 01:06, Heinrich Schuchardt <[email protected]> wrote: > > 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(). > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > fs/fat/fat.c | 36 ++---------------------------------- > 1 file changed, 2 insertions(+), 34 deletions(-)
This is lower case I think, but probably that is better anyway. Reviewed-by: Simon Glass <[email protected]>

