From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Aravamudan Date: Thu, 29 Jul 2004 15:38:03 +0000 Subject: [Kernel-janitors] [PATCH] video/zoran_driver: replace Message-Id: <20040729153803.GA1988@us.ibm.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="===============92134057901644595==" List-Id: To: kernel-janitors@vger.kernel.org --===============92134057901644595== Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Just noticed today that the subject of this patch was wrong, should apply to zoran_driver.c not zoran_device.c. Thanks, Nish --- linux-vanilla/drivers/media/video/zoran_driver.c 2004-06-16 05:19:44.000000000 +0000 +++ linux-dev/drivers/media/video/zoran_driver.c 2004-07-02 21:45:17.000000000 +0000 @@ -1919,8 +1919,7 @@ zoran_set_norm (struct zoran *zr, decoder_command(zr, DECODER_SET_NORM, &norm); /* let changes come into effect */ - current->state = TASK_UNINTERRUPTIBLE; - schedule_timeout(2 * HZ); + msleep(2000); decoder_command(zr, DECODER_GET_STATUS, &status); if (!(status & DECODER_STATUS_GOOD)) { @@ -2641,8 +2640,7 @@ zoran_do_ioctl (struct inode *inode, decoder_command(zr, DECODER_SET_NORM, &norm); /* sleep 1 second */ - current->state = TASK_UNINTERRUPTIBLE; - schedule_timeout(1 * HZ); + msleep(1000); /* Get status of video decoder */ decoder_command(zr, DECODER_GET_STATUS, &status); --===============92134057901644595== Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline _______________________________________________ Kernel-janitors mailing list Kernel-janitors@lists.osdl.org http://lists.osdl.org/mailman/listinfo/kernel-janitors --===============92134057901644595==--