Sorry for the duplicate patch...
On Fri, Jul 23, 2004 at 10:38:20AM -0700, Nishanth Aravamudan wrote:
> I would appreciate any comments from the janitors list.
>
> Thanks,
> Nish
>
>
>
> Applys-to: 2.6.7
>
> Description: Replace diva_os_sleep() with msleep() in all instances.
>
> Signed-off-by: Nishanth Aravamudan <nacc@xxxxxxxxxx>
>
>
> --- linux-vanilla/drivers/isdn/hardware/eicon/mntfunc.c 2004-06-16
> 05:18:54.000000000 +0000
> +++ linux-dev/drivers/isdn/hardware/eicon/mntfunc.c 2004-07-02
> 18:04:34.000000000 +0000
> @@ -340,7 +340,7 @@ void DIVA_EXIT_FUNCTION mntfunc_finit(vo
> int i = 100;
>
> while (diva_mnt_shutdown_xdi_adapters() && i--) {
> - diva_os_sleep(10);
> + msleep(10);
> }
>
> disconnect_didd();
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@xxxxxxxxxxxxxx
http://lists.osdl.org/mailman/listinfo/kernel-janitors
|