[PATCH] staging: unisys: uislib: uisqueue.c: fixed sparse warning of context imbalance

From: Sudip Mukherjee
Date: Tue Sep 02 2014 - 07:10:09 EST


fixed sparse warning : context imbalance in 'do_locked_client_insert'
different lock contexts for basic block

spin_unlock_irqrestore is called at a later stage before returning
from the function if locked is 1.

Signed-off-by: Sudip Mukherjee <sudip@xxxxxxxxxxxxxxx>
---
drivers/staging/unisys/uislib/uisqueue.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/unisys/uislib/uisqueue.c b/drivers/staging/unisys/uislib/uisqueue.c
index f52bca1..63dbe7c 100644
--- a/drivers/staging/unisys/uislib/uisqueue.c
+++ b/drivers/staging/unisys/uislib/uisqueue.c
@@ -96,8 +96,6 @@ do_locked_client_insert(struct uisqueue_info *queueinfo,
goto Away;
ULTRA_CHANNEL_CLIENT_RELEASE_OS(queueinfo->chan, channelId, NULL);
acquired = 0;
- spin_unlock_irqrestore(lock, flags);
- locked = 0;

queueinfo->packets_sent++;

--
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/