Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173931
b: refs/heads/master
c: 24067bb
h: refs/heads/master
i:
  173929: b9a7137
  173927: 074d404
v: v3
  • Loading branch information
Marton Nemeth authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 33303b4 commit d924b5f
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: 5a2e8d9fc15901d6ee4ec177b3845a84b6b960bd
refs/heads/master: 24067bb552ae8be647372359d6a3ea6ce7de1525
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/pac7311.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ static void reg_w_var(struct gspca_dev *gspca_dev,
reg_w_page(gspca_dev, page3_7302, sizeof page3_7302);
break;
default:
if (len > 64) {
if (len > USB_BUF_SZ) {
PDEBUG(D_ERR|D_STREAM,
"Incorrect variable sequence");
return;
Expand Down

0 comments on commit d924b5f

Please sign in to comment.