All of lore.kernel.org
 help / color / mirror / Atom feed
* [Kernel-janitors] Re: [PATCH] wireless/orinoco_plx: replace
@ 2004-07-27 20:58 Nishanth Aravamudan
  2004-07-30  3:01 ` [Kernel-janitors] Re: [PATCH] wireless/orinoco_tmd: replace David Gibson
  0 siblings, 1 reply; 2+ messages in thread
From: Nishanth Aravamudan @ 2004-07-27 20:58 UTC (permalink / raw)
  To: kernel-janitors

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

On Tue, Jul 27, 2004 at 01:56:44PM -0700, Nishanth Aravamudan wrote:
> I would appreciate any comments from the janitors list. 

Sorry, wrong patch attached. Please find the correct one below.

-Nish

--- linux-vanilla/drivers/net/wireless/orinoco_plx.c	2004-06-16 05:20:04.000000000 +0000
+++ linux-dev/drivers/net/wireless/orinoco_plx.c	2004-07-03 02:40:32.000000000 +0000
@@ -344,8 +344,7 @@ static int __init orinoco_plx_init(void)
 extern void __exit orinoco_plx_exit(void)
 {
 	pci_unregister_driver(&orinoco_plx_driver);
-	current->state = TASK_UNINTERRUPTIBLE;
-	schedule_timeout(HZ);
+	msleep(1000);
 }
 
 module_init(orinoco_plx_init);

[-- 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

* [Kernel-janitors] Re: [PATCH] wireless/orinoco_tmd: replace
  2004-07-27 20:58 [Kernel-janitors] Re: [PATCH] wireless/orinoco_plx: replace Nishanth Aravamudan
@ 2004-07-30  3:01 ` David Gibson
  0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2004-07-30  3:01 UTC (permalink / raw)
  To: kernel-janitors

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

On Tue, Jul 27, 2004 at 01:58:44PM -0700, Nishanth Aravamudan wrote:
> I would appreciate any comments from the janitors list. 
> 
> Applys-to: 2.6.7
> 
> Description: Use msleep() instead of schedule_timeout() to guarantee
> the task delays for the desired time.

I've merged these changes into the orinoco CVS tree, so there won't be
conflicts as I merge with mainline.

-- 
David Gibson			| For every complex problem there is a
david AT gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.
http://www.ozlabs.org/people/dgibson

[-- 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-07-30  3:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-27 20:58 [Kernel-janitors] Re: [PATCH] wireless/orinoco_plx: replace Nishanth Aravamudan
2004-07-30  3:01 ` [Kernel-janitors] Re: [PATCH] wireless/orinoco_tmd: replace David Gibson

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.