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 patch and recorded for some time. Does not seem to
> > cause any problems on my machine.
> >
> > There are still 4 time the call to the interruptible_sleep_on_timeout()
> > function:
> > > grep interruptible_sleep_on_timeout *.c
> > zoran.c:                timeout =
> > interruptible_sleep_on_timeout(&zr->jpg_capq, 10 * HZ);
> > zoran.c:        timeout = interruptible_sleep_on_timeout(&zr->test_q, 1
> > * HZ);
> > zoran_driver.c:         if
> > (!interruptible_sleep_on_timeout(&zr->v4l_capq, 10 * HZ))
> > zoran_driver.c:
> > interruptible_sleep_on_timeout(&zr->jpg_capq, 10 * H Z);
> >
> > Does it make sense changing them too ?
> 
> Thanks for the testing! I believe all of those were changed in separate
> patches. I'll give them some time to get pushed upstream and if I still
> don't see the changes after a while, I'll push again :)
Only in the saa7110.c 

In zoran_device.c your first patch was replacing the
interruptible_sleep_on with wait_event_interruptible.

And zoran_driver.c did only shop up because I only comented out the
parts, sorry.

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to