From 5023123ec6c35f3de71672ef28cefa92850760f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20N=C3=A9meth?= Date: Sat, 23 Jan 2010 14:44:34 +0100 Subject: [PATCH] --- yaml --- r: 181632 b: refs/heads/master c: 85d682b9ee1a89a82c2a75182558e392749d81fc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/video/hdpvr/hdpvr-video.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 49f1d2c881ae..93dbcbedafb0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e3a0cc62c80a997512295d8f714ee09fafbb4c99 +refs/heads/master: 85d682b9ee1a89a82c2a75182558e392749d81fc diff --git a/trunk/drivers/media/video/hdpvr/hdpvr-video.c b/trunk/drivers/media/video/hdpvr/hdpvr-video.c index fdd782039e9d..1c49c07712d8 100644 --- a/trunk/drivers/media/video/hdpvr/hdpvr-video.c +++ b/trunk/drivers/media/video/hdpvr/hdpvr-video.c @@ -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)