aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-07-17 15:36:20 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-20 16:35:51 -0400
commitfe06fe0a4d0f781f8ae0570e4d7e517a81878c1d (patch)
treebad27deb2805b67d39e025490e68e9572f70f212 /drivers/media/video/cx88/cx88.h
parent818ca4711eb8ec064c1cd5d7657f95ed6bc2bbed (diff)
V4L/DVB (5861): Use msecs_to_jiffies instead of HZ on bttv, cx88 and saa7134
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r--drivers/media/video/cx88/cx88.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index c4f656ec46b0..809126866a3e 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -259,7 +259,7 @@ struct cx88_subid {
259#define RESOURCE_VIDEO 2 259#define RESOURCE_VIDEO 2
260#define RESOURCE_VBI 4 260#define RESOURCE_VBI 4
261 261
262#define BUFFER_TIMEOUT (HZ/2) /* 0.5 seconds */ 262#define BUFFER_TIMEOUT msecs_to_jiffies(500) /* 0.5 seconds */
263 263
264/* buffer for one video frame */ 264/* buffer for one video frame */
265struct cx88_buffer { 265struct cx88_buffer {