Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181632
b: refs/heads/master
c: 85d682b
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent f5c6fd6 commit 5023123
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e3a0cc62c80a997512295d8f714ee09fafbb4c99
refs/heads/master: 85d682b9ee1a89a82c2a75182558e392749d81fc
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/hdpvr/hdpvr-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ static int hdpvr_start_streaming(struct hdpvr_device *dev)
/* function expects dev->io_mutex to be hold by caller */
static int hdpvr_stop_streaming(struct hdpvr_device *dev)
{
uint actual_length, c = 0;
int actual_length;
uint c = 0;
u8 *buf;

if (dev->status == STATUS_IDLE)
Expand Down

0 comments on commit 5023123

Please sign in to comment.