* [Kernel-janitors] Re: [PATCH] eicon/os_4bri: replace
@ 2004-07-23 17:41 Nishanth Aravamudan
0 siblings, 0 replies; only message in thread
From: Nishanth Aravamudan @ 2004-07-23 17:41 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 744 bytes --]
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@us.ibm.com>
>
>
> --- 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();
[-- 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-23 17:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-23 17:41 [Kernel-janitors] Re: [PATCH] eicon/os_4bri: 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.