All of lore.kernel.org
 help / color / mirror / Atom feed
* [Kernel-janitors] Re: bluetooth: replace schedule_timeout() with
@ 2004-07-20 18:45 Domen Puncer
  2004-07-20 18:52 ` Nishanth Aravamudan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Domen Puncer @ 2004-07-20 18:45 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

On 20/07/04 18:18 +0000, Nishanth Aravamudan wrote:
...
> --- linux-vanilla/drivers/bluetooth/bluecard_cs.c	2004-06-16 05:19:22.000000000 +0000
> +++ linux-dev/drivers/bluetooth/bluecard_cs.c	2004-07-10 18:22:58.000000000 +0000
> @@ -776,8 +776,7 @@ int bluecard_open(bluecard_info_t *info)
>  	outb(0x80, iobase + 0x30);
>  
>  	/* Wait some time */
> -	set_current_state(TASK_INTERRUPTIBLE);
> -	schedule_timeout(HZ / 100);
> +	msleep(100);

This should be 10.


	Domen

[-- 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] 4+ messages in thread

end of thread, other threads:[~2004-07-21 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-20 18:45 [Kernel-janitors] Re: bluetooth: replace schedule_timeout() with Domen Puncer
2004-07-20 18:52 ` Nishanth Aravamudan
2004-07-21  8:14 ` Marcel Holtmann
2004-07-21 16:06 ` 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.