Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14669
b: refs/heads/master
c: 0b67ba6
h: refs/heads/master
i:
  14667: 756e998
v: v3
  • Loading branch information
Damian Wrobel authored and Linus Torvalds committed Nov 24, 2005
1 parent 898c154 commit 7b0c644
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: cac1a293469a868fab1ecc2dc1b6441728f7e0e7
refs/heads/master: 0b67ba63605a0107f4f3f6d928cdea1e8953fb63
2 changes: 1 addition & 1 deletion trunk/drivers/usb/media/sn9c102_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static void sn9c102_release_buffers(struct sn9c102_device* cam)
{
if (cam->nbuffers) {
rvfree(cam->frame[0].bufmem,
cam->nbuffers * cam->frame[0].buf.length);
cam->nbuffers * PAGE_ALIGN(cam->frame[0].buf.length));
cam->nbuffers = 0;
}
}
Expand Down

0 comments on commit 7b0c644

Please sign in to comment.