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:
89be83f
)
[ALSA] sound/pci/hda: use create_singlethread_workqueue()
author
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Fri, 31 Mar 2006 10:36:14 +0000
(12:36 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 31 Mar 2006 15:59:01 +0000
(17:59 +0200)
process_unsol_events() seems to assume a singlethread one (IOW, racey).
So, this patch uses create_singlethread_workqueue() instead of
create_workqueue().
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found