All of lore.kernel.org
 help / color / mirror / Atom feed
* [Kernel-janitors] Re: sbus/aurora: replace schedule_timeout() with
@ 2004-09-29 16:10 Domen Puncer
  2004-09-29 17:23 ` Nishanth Aravamudan
  0 siblings, 1 reply; 2+ messages in thread
From: Domen Puncer @ 2004-09-29 16:10 UTC (permalink / raw)
  To: kernel-janitors

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

On 27/09/04 10:24 -0700, Nishanth Aravamudan wrote:
> -			current->state = TASK_INTERRUPTIBLE;
> -			schedule_timeout(port->close_delay);
> +			msleep_interruptible(port->close_delay);

I think you forgot jiffies_to_msecs here.


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

end of thread, other threads:[~2004-09-29 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-29 16:10 [Kernel-janitors] Re: sbus/aurora: replace schedule_timeout() with Domen Puncer
2004-09-29 17:23 ` 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.