git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0b3e4b
)
rtlwifi: Fix use of mutex in interrupt code
author
Larry Finger
<Larry.Finger@lwfinger.net>
Sat, 18 Dec 2010 01:36:25 +0000
(19:36 -0600)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 20 Dec 2010 19:49:48 +0000
(14:49 -0500)
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 <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found