From: Sudip Mukherjee Date: Wed, 3 Sep 2014 09:29:21 +0000 (+0530) Subject: staging: unisys: uislib: uisqueue.c: rewrite of do_locked_client_insert X-Git-Tag: fixes-for-v3.18-merge-window~15^2~768 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b440ddd531490361d7b508bcfddd67f525c7c250;p=pandora-kernel.git staging: unisys: uislib: uisqueue.c: rewrite of do_locked_client_insert 1) removed unused variables 2) fixed sparse warning of context imbalance in 'do_locked_client_insert' different lock contexts for basic block 3) removed the call to visor_signalqueue_empty() , this function is checking whether a signal queue is empty, but the return value of the function is not beeing used, so it is safe to remove. Signed-off-by: Sudip Mukherjee Reviewed-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed