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:
8312512
)
rfkill: fix double-mutex-locking
author
Michael Buesch
<mb@bu3sch.de>
Wed, 28 Nov 2007 16:49:34 +0000
(17:49 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 29 Nov 2007 23:08:48 +0000
(18:08 -0500)
rfkill_toggle_radio is called from functions where
rfkill->mutex is already aquired.
Remove the lock from rfkill_toggle_radio() and add it to
the only calling function that calls it without the lock held.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/rfkill/rfkill.c
patch
|
blob
|
history
diff --cc
net/rfkill/rfkill.c
Simple merge