From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 2 Oct 2018 04:21:46 -0700 Subject: [U-Boot] [PATCH 1/2] test/py: test_fs: remove fs_type argument from umount_fs() In-Reply-To: <20180927070723.7741-1-takahiro.akashi@linaro.org> References: <20180927070336.7561-1-takahiro.akashi@linaro.org> <20180927070723.7741-1-takahiro.akashi@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27 September 2018 at 00:07, Akashi, Takahiro wrote: > From: "Akashi Takahiro" > > Since there is no use of fs_type in umount_fs(), just remove it. > > Signed-off-by: Akashi Takahiro > --- > test/py/tests/test_fs/conftest.py | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Reviewed-by: Simon Glass