On Wed, Feb 09, 2005 at 08:13:13PM +0100, Bernhard Praschinger wrote:
> Hallo
>
> > > > Please consider applying.
> > > >
> > > > Description: Remove deprecated interruptible_sleep_on_timeout()
> > > > function calls
> > > > and replace with direct wait-queue usage. Patch is compile-tested.
> > >
On Wed, Feb 09, 2005 at 07:51:34PM +0100, Bernhard Praschinger wrote:
> Hallo
>
> > Please consider applying.
> >
> > Description: Remove deprecated interruptible_sleep_on_timeout() function
> > calls
> > and replace with direct wait-queue usage. Patch is compile-tested.
> I have tested the patc
Hello,
Please consider applying.
Description: Remove deprecated interruptible_sleep_on_timeout() function calls
and replace with direct wait-queue usage. Patch is compile-tested.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
--- 2.6.11-rc2-kj-v/drivers/media/video/zoran_card.c
o be appropriate. Patch is
compile-tested.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
--- 2.6.11-rc2-kj-v/drivers/media/video/saa7110.c 2005-01-24
09:34:08.0 -0800
+++ 2.6.11-rc2-kj/drivers/media/video/saa7110.c 2005-01-26 10:42:51.0
-0800
@@ -30,6 +30,7 @@
Hi,
Please consider applying.
Description: Use wait_event_interruptible_timeout() instead of the
deprecated interruptible_sleep_on_timeout(). Patch is compile-tested.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
--- 2.6.11-rc2-kj-v/drivers/media/video/zoran_driver.c 2005-01-
Hi,
Please consider applying.
Description: Use wait_event_interruptible() instead of the deprecated
interruptible_sleep_on(). Patch is compile-tested.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
--- 2.6.11-rc2-kj-v/drivers/media/video/zoran_device.c 2005-01-24
09:34:08.000
I would appreciate any comments from the janitors list.
Thanks,
Nish
Applys-to: 2.6.7
Description: Uses msleep() instead of schedule_timeout() so the task
is guaranteed to delay the desired time.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
--- linux-vanilla/drivers/media