Re: [PATCH] Staging: dgnc: release the lock before testing for nullity

2015-03-18 Thread Dan Carpenter
This patch has no changelog. What's the bug? On Wed, Mar 18, 2015 at 01:51:52PM +0100, Quentin Lambert wrote: > Fixes: c84a083b995b ("Staging: dgnc: Use goto for spinlock release before > return") > Don't put a blank line here. > Signed-off-by: Quentin Lambert regards, dan carpenter -- To

[PATCH] Staging: dgnc: release the lock before testing for nullity

2015-03-18 Thread Quentin Lambert
Fixes: c84a083b995b ("Staging: dgnc: Use goto for spinlock release before return") Signed-off-by: Quentin Lambert --- drivers/staging/dgnc/dgnc_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c index 8445f