mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.4.5-acX, airo_cs
@ 2001-06-30 20:47 PALFFY Daniel
  2001-07-01  0:00 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: PALFFY Daniel @ 2001-06-30 20:47 UTC (permalink / raw)
  To: Jeff Garzik, Alan Cox, linux-kernel


Hi!

A small patch to airo.c to allow the module to load even if no pci or isa
cards are found, because airo_cs needs the airo module to load.

--- linux/drivers/net/wireless/airo.c~	Sat Jun 30 22:37:10 2001
+++ linux/drivers/net/wireless/airo.c	Sat Jun 30 22:37:33 2001
@@ -2988,9 +2988,7 @@
 	 * fails with an error other than -ENODEV, instead of proceeding,
 	 * if ISA devs are present.
 	 */
-	if (have_isa_dev)
-		return 0;
-	return rc;
+	return 0;
 }
 
 static void __exit airo_cleanup_module( void )


--
Dani
			...and Linux for all.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-01  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-30 20:47 2.4.5-acX, airo_cs PALFFY Daniel
2001-07-01  0:00 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®