lkml.org 
[lkml]   [2001]   [Jun]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.4.5-acX, airo_cs

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/

\
 
 \ /
  Last update: 2005-03-22 12:55    [W:0.050 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site