Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96451
b: refs/heads/master
c: 484f1e2
h: refs/heads/master
i:
  96449: 58006b3
  96447: 058af91
v: v3
  • Loading branch information
Johann Felix Soden authored and Linus Torvalds committed May 13, 2008
1 parent cf27a77 commit 3787e1d
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: 47906dd9e63ba1a8cb188e9e786c5928674fbbd3
refs/heads/master: 484f1e2c1ea58c6a4352313f7ee4edd4b52deecd
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/hostaudio_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static int hostaudio_ioctl(struct inode *inode, struct file *file,
case SNDCTL_DSP_SUBDIVIDE:
case SNDCTL_DSP_SETFRAGMENT:
if (get_user(data, (int __user *) arg))
return EFAULT;
return -EFAULT;
break;
default:
break;
Expand Down

0 comments on commit 3787e1d

Please sign in to comment.