Re: [PATCH] drivers/staging/exfat: Ensure we unlock upon error in ffsReadFile

2019-11-03 Thread Valdis Klētnieks
On Sun, 03 Nov 2019 10:09:21 -0800, Davidlohr Bueso said: > The call was not releasing the mutex upon error. > > Reported-by: kbuild test robot > Reported-by: Julia Lawall > Signed-off-by: Davidlohr Bueso Yeah, I missed one, thanks for catching it. Acked-By: Valdis Kletnieks

[PATCH] drivers/staging/exfat: Ensure we unlock upon error in ffsReadFile

2019-11-03 Thread Davidlohr Bueso
The call was not releasing the mutex upon error. Reported-by: kbuild test robot Reported-by: Julia Lawall Signed-off-by: Davidlohr Bueso --- drivers/staging/exfat/exfat_super.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/exfat/exfat_super.c