Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: mdelay() vs. schedule_timeout() in ves1820.c andskystar2.c



On Fri, 2004-01-02 at 17:54, Michael Hunold wrote:
> ves1820.c contains two mdelay(50) calls.
> 
> Can the driver authors please check if it's possible to change these 
> multiple-ten-milliseconds busyloops for example with
> 
>  > set_current_state(TASK_INTERRUPTIBLE);
>  > schedule_timeout ((HZ*ms)/1000);

No. It does not work reliably. It had been dvb_delay() before.

Regards,
Andreas

Attachment: signature.asc
Description: This is a digitally signed message part


Home | Main Index | Thread Index