From b79e0f72727720d9f30efdb9ef3fcc68c583e1f9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 29 Mar 2015 17:34:10 +0000 Subject: [PATCH] scst_main: Insert a blank line after a mutex_unlock() statement git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6165 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c index 1669dc8d1..3992b2d50 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -1203,6 +1203,7 @@ out_del_unlocked: mutex_lock(&scst_mutex); list_del_init(&dev->dev_list_entry); mutex_unlock(&scst_mutex); + scst_free_device(dev); goto out; #else