Re: [PATCH -next] fore200e: fix missing unlock on error in bsq_audit()

2018-10-15 Thread David Miller
From: Wei Yongjun Date: Mon, 15 Oct 2018 03:07:16 + > Add the missing unlock before return from function bsq_audit() > in the error handling case. > > Fixes: 1d9d8be91788 ("fore200e: check for dma mapping failures") > Signed-off-by: Wei Yongjun Applied.

[PATCH -next] fore200e: fix missing unlock on error in bsq_audit()

2018-10-14 Thread Wei Yongjun
Add the missing unlock before return from function bsq_audit() in the error handling case. Fixes: 1d9d8be91788 ("fore200e: check for dma mapping failures") Signed-off-by: Wei Yongjun --- drivers/atm/fore200e.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/atm/fore200e.c b/drivers/a