From 12b205e5bea3c4f0ffd2d028ad1c0f4d3a08906e Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 7 Jun 2013 06:03:01 +0000 Subject: [PATCH] Add incorrectly removed in the previous patch code git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4898 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 953682368..818532e5f 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -848,6 +848,7 @@ out_clear: out_resume: __scst_resume_activity(); + EXTRACHECKS_BUG_ON(suspend_count != 0); goto out_up; } EXPORT_SYMBOL_GPL(scst_suspend_activity);