Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293143
b: refs/heads/master
c: bd483d4
h: refs/heads/master
i:
  293141: aa4f1d7
  293139: 8bcb984
  293135: 8cd3a0e
v: v3
  • Loading branch information
Jeffrin Jose authored and Takashi Iwai committed Mar 13, 2012
1 parent d777612 commit 2b0dd92
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: e7df2a3ae569ed6d178510f58b22308edac7a4c7
refs/heads/master: bd483d4c6c65c1c48483f2f81c603d42b39ce83b
2 changes: 1 addition & 1 deletion trunk/sound/core/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ static int snd_ctl_tlv_ioctl(struct snd_ctl_file *file,
err = -EPERM;
goto __kctl_end;
}
err = kctl->tlv.c(kctl, op_flag, tlv.length, _tlv->tlv);
err = kctl->tlv.c(kctl, op_flag, tlv.length, _tlv->tlv);
if (err > 0) {
up_read(&card->controls_rwsem);
snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_TLV, &kctl->id);
Expand Down

0 comments on commit 2b0dd92

Please sign in to comment.