From: Larry Finger Date: Sat, 18 Dec 2010 01:36:25 +0000 (-0600) Subject: rtlwifi: Fix use of mutex in interrupt code X-Git-Tag: v2.6.38-rc1~476^2~104^2~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d704300fa546a613ec3821b908528b20685cb92a;p=pandora-kernel.git rtlwifi: Fix use of mutex in interrupt code A previous conversion from semaphoreto mutexes missed the fact that one of the semaphores was used in interrupt code. Fixed by changing to a spinlock. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed