From: Santosh Nayak Date: Tue, 3 Apr 2012 11:12:51 +0000 (+0530) Subject: Staging: vme: Replace semaphore by mutex. X-Git-Tag: v3.5-rc1~145^2~229^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb3b80ff968f1fffdbda9eb9aa8116db86ce220;p=pandora-kernel.git Staging: vme: Replace semaphore by mutex. Replace binary semaphore by mutex for code cleanup. Mutex also gives better performance than semaphore. Add 'mutex_destroy()' in 'vme_user_remove()' routine. Signed-off-by: Santosh Nayak Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed