Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28485
b: refs/heads/master
c: f4a747f
h: refs/heads/master
i:
  28483: bb257d7
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Jun 22, 2006
1 parent b42aa83 commit 0b6929c
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: 170a34605c14a90df5f4a78e0b4ca643be6ef8ba
refs/heads/master: f4a747f155fe375231196ec3d26fcb6e3675d82f
2 changes: 1 addition & 1 deletion trunk/sound/core/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static ssize_t snd_info_entry_write(struct file *file, const char __user *buffer
buf = data->wbuffer;
if (buf == NULL)
return -EIO;
mutex_unlock(&entry->access);
mutex_lock(&entry->access);
if (pos + count >= buf->len) {
if (resize_info_buffer(buf, pos + count)) {
mutex_unlock(&entry->access);
Expand Down

0 comments on commit 0b6929c

Please sign in to comment.