Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208033
b: refs/heads/master
c: 33d973a
h: refs/heads/master
i:
  208031: f99281b
v: v3
  • Loading branch information
Steven Robertson authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent 5919682 commit 1531ea8
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: 92eb2a5e533f39e8afc831acbbfdabe91cd0c20a
refs/heads/master: 33d973ad88ceb83ed1449592b7574b5b5bb33ac6
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 @@ -1004,7 +1004,7 @@ static long mon_bin_ioctl(struct file *file, unsigned int cmd, unsigned long arg

mutex_lock(&rp->fetch_lock);
spin_lock_irqsave(&rp->b_lock, flags);
mon_free_buff(rp->b_vec, size/CHUNK_SIZE);
mon_free_buff(rp->b_vec, rp->b_size/CHUNK_SIZE);
kfree(rp->b_vec);
rp->b_vec = vec;
rp->b_size = size;
Expand Down

0 comments on commit 1531ea8

Please sign in to comment.