Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44720
b: refs/heads/master
c: 0e5d720
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Jaroslav Kysela committed Dec 20, 2006
1 parent 64afa01 commit 9f3ecdb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: efeccac5b79d3569112c886396935ce574f6af9e
refs/heads/master: 0e5d720ced4111cc75dd8cf66ab7b68607a0b306
2 changes: 1 addition & 1 deletion trunk/sound/core/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ static ssize_t snd_ctl_read(struct file *file, char __user *buffer,
schedule();
remove_wait_queue(&ctl->change_sleep, &wait);
if (signal_pending(current))
return result > 0 ? result : -ERESTARTSYS;
return -ERESTARTSYS;
spin_lock_irq(&ctl->read_lock);
}
kev = snd_kctl_event(ctl->events.next);
Expand Down

0 comments on commit 9f3ecdb

Please sign in to comment.