From: Devendra Naga Date: Wed, 5 Sep 2012 10:03:48 +0000 (+0530) Subject: staging: slicoss: clean the spinlock code in slic_entry_open X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~682 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71329965273d65d6de1bc34c6b314515d52ae49a;p=pandora-kernel.git staging: slicoss: clean the spinlock code in slic_entry_open the locked variable is used for checking whether the function acquired lock, then unlock. actually with out this we can achieve the same lock and unlock senario, remove the locked variable and also cleanup the code around. Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed