Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193198
b: refs/heads/master
c: 5b5cd55
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Apr 7, 2010
1 parent 620a486 commit d2d4644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d05468b72a32ec45aefb48caa00bd99350b9cf86
refs/heads/master: 5b5cd553e3ac49e6a9bac148f07ab94d3d96dae5
4 changes: 2 additions & 2 deletions trunk/sound/core/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static loff_t snd_info_entry_llseek(struct file *file, loff_t offset, int orig)

data = file->private_data;
entry = data->entry;
lock_kernel();
mutex_lock(&entry->access);
switch (entry->content) {
case SNDRV_INFO_CONTENT_TEXT:
switch (orig) {
Expand Down Expand Up @@ -196,7 +196,7 @@ static loff_t snd_info_entry_llseek(struct file *file, loff_t offset, int orig)
}
ret = -ENXIO;
out:
unlock_kernel();
mutex_unlock(&entry->access);
return ret;
}

Expand Down

0 comments on commit d2d4644

Please sign in to comment.