From: Dominik Brodowski Date: Sat, 16 Jan 2010 12:06:40 +0000 (+0100) Subject: pcmcia: use mutex for dynid lock X-Git-Tag: v2.6.34-rc1~270^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f565232c561fbd9d5e03354aac29b90cb2bc78a;p=pandora-kernel.git pcmcia: use mutex for dynid lock Even though we weren't calling a blocking function within the dynid spinlock, we do not need a spinlock here but can and should be using a mutex. Reported-by: Jiri Slaby Tested-by: Wolfram Sang Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed