]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: test_fs: remove fs_type argument from umount_fs()
authorAkashi Takahiro <takahiro.akashi@linaro.org>
Thu, 27 Sep 2018 07:07:22 +0000 (16:07 +0900)
committerTom Rini <trini@konsulko.com>
Sat, 6 Oct 2018 13:04:18 +0000 (09:04 -0400)
commit42e34d8c562f35cbff35b7d74c4ab2779606c7ee
tree75fb1e3b84c047d4ed052f2c6be4fd4daa5501a3
parent20a7d6e886b5c7b228abade82e78ebc0e4f7fe29
test/py: test_fs: remove fs_type argument from umount_fs()

Since there is no use of fs_type in umount_fs(), just remove it.

Signed-off-by: Akashi Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_fs/conftest.py