Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170253
b: refs/heads/master
c: 74ea23a
h: refs/heads/master
i:
  170251: fcd5719
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Nov 26, 2009
1 parent 33e1791 commit 0f287f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0fa59df7214e546f8a37bc677867ac7b67b5c93
refs/heads/master: 74ea23aa6c9a8bece71b35ddeeb7ad6ae6782cd9
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/tlv320dac33.c
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,8 @@ static int dac33_i2c_probe(struct i2c_client *client,
}
if (dac33->irq != -1) {
/* Setup work queue */
dac33->dac33_wq = create_rt_workqueue("tlv320dac33");
dac33->dac33_wq =
create_singlethread_workqueue("tlv320dac33");
if (dac33->dac33_wq == NULL) {
free_irq(dac33->irq, &dac33->codec);
ret = -ENOMEM;
Expand Down

0 comments on commit 0f287f2

Please sign in to comment.