* [Kernel-janitors] [PATCH] video/zoran_driver: replace
@ 2004-07-29 15:38 Nishanth Aravamudan
0 siblings, 0 replies; only message in thread
From: Nishanth Aravamudan @ 2004-07-29 15:38 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 946 bytes --]
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);
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-29 15:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-29 15:38 [Kernel-janitors] [PATCH] video/zoran_driver: replace Nishanth Aravamudan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.