[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-kernel
Subject:    2.4.5-acX, airo_cs
From:       PALFFY Daniel <dpalffy () kkt ! bme ! hu>
Date:       2001-06-30 20:47:23
[Download RAW message or body]


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.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic