Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316082
b: refs/heads/master
c: adefb69
h: refs/heads/master
v: v3
  • Loading branch information
Vinicius Costa Gomes authored and Jiri Kosina committed Jul 20, 2012
1 parent 6c03223 commit a07e263
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: 1a8b294ce6b0cdab438175eed45ebb088bdd659a
refs/heads/master: adefb69b1b94df29ea2df05cd838c0e032b2c473
2 changes: 1 addition & 1 deletion trunk/drivers/hid/uhid.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ static ssize_t uhid_char_read(struct file *file, char __user *buffer,
goto try_again;
} else {
len = min(count, sizeof(**uhid->outq));
if (copy_to_user(buffer, &uhid->outq[uhid->tail], len)) {
if (copy_to_user(buffer, uhid->outq[uhid->tail], len)) {
ret = -EFAULT;
} else {
kfree(uhid->outq[uhid->tail]);
Expand Down

0 comments on commit a07e263

Please sign in to comment.