Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265015
b: refs/heads/master
c: 236c448
h: refs/heads/master
i:
  265013: 3968054
  265011: 7a76d4b
  265007: 126da4c
v: v3
  • Loading branch information
Johannes Stezenbach authored and Greg Kroah-Hartman committed Sep 26, 2011
1 parent 070f2be commit debbf58
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: 865569ba5a8b0cc840e2b9c16ca6b42d6d5306b4
refs/heads/master: 236c448cb6e7f82096101e1ace4b77f8b38f82c8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/mon/mon_bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ static long mon_bin_ioctl(struct file *file, unsigned int cmd, unsigned long arg
nevents = mon_bin_queued(rp);

sp = (struct mon_bin_stats __user *)arg;
if (put_user(rp->cnt_lost, &sp->dropped))
if (put_user(ndropped, &sp->dropped))
return -EFAULT;
if (put_user(nevents, &sp->queued))
return -EFAULT;
Expand Down

0 comments on commit debbf58

Please sign in to comment.