Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250170
b: refs/heads/master
c: cc73b4b
h: refs/heads/master
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent b6f928b commit 7b47157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 990528ebe7b7f07f67e29e66700297b10557a706
refs/heads/master: cc73b4b57c59141bb8a99f86a1af95f296262558
4 changes: 2 additions & 2 deletions trunk/drivers/staging/tm6000/tm6000-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ static int copy_streams(u8 *data, unsigned long len,
unsigned long header = 0;
int rc = 0;
unsigned int cmd, cpysize, pktsize, size, field, block, line, pos = 0;
struct tm6000_buffer *vbuf;
struct tm6000_buffer *vbuf = NULL;
char *voutp = NULL;
unsigned int linewidth;

Expand Down Expand Up @@ -318,7 +318,7 @@ static int copy_streams(u8 *data, unsigned long len,
if (pos + size > vbuf->vb.size)
cmd = TM6000_URB_MSG_ERR;
dev->isoc_ctl.vfield = field;
}
}
break;
case TM6000_URB_MSG_VBI:
break;
Expand Down

0 comments on commit 7b47157

Please sign in to comment.