From 1260b77054a19c806e5e86ddce172c24e1260162 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Fri, 20 Jul 2007 18:17:18 -0300 Subject: [PATCH] --- yaml --- r: 65669 b: refs/heads/master c: 84149a0f70a73385ee7fbb77024544cbed4fe16d h: refs/heads/master i: 65667: 7b0993bf7cbedfff05652c287d5efa707f066685 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/ivtv/ivtv-fb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c752d0402f3b..ccc2001b8b1e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d715e766ddf4786a06abe6a841e956ad8a875963 +refs/heads/master: 84149a0f70a73385ee7fbb77024544cbed4fe16d diff --git a/trunk/drivers/media/video/ivtv/ivtv-fb.c b/trunk/drivers/media/video/ivtv/ivtv-fb.c index 55265bd5c250..6f5da57299a1 100644 --- a/trunk/drivers/media/video/ivtv/ivtv-fb.c +++ b/trunk/drivers/media/video/ivtv/ivtv-fb.c @@ -420,7 +420,7 @@ static int ivtvfb_ioctl(struct fb_info *info, unsigned int cmd, unsigned long ar case FBIO_WAITFORVSYNC: prepare_to_wait(&itv->vsync_waitq, &wait, TASK_INTERRUPTIBLE); - if (!schedule_timeout(HZ/20)) rc = -ETIMEDOUT; + if (!schedule_timeout(msecs_to_jiffies(50))) rc = -ETIMEDOUT; finish_wait(&itv->vsync_waitq, &wait); return rc;