linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / net / wan / n2.c
index dcf46ad..cd32751 100644 (file)
@@ -7,7 +7,7 @@
  * under the terms of version 2 of the GNU General Public License
  * as published by the Free Software Foundation.
  *
- * For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
+ * For information see http://hq.pm.waw.pl/hdlc/
  *
  * Note: integrated CSU/DSU/DDS are not supported by this driver
  *
@@ -387,11 +387,6 @@ static int __init n2_run(unsigned long io, unsigned long irq,
        }
        card->phy_winbase = winbase;
        card->winbase = ioremap(winbase, USE_WINDOWSIZE);
-       if (!card->winbase) {
-               printk(KERN_ERR "n2: ioremap() failed\n");
-               n2_destroy_card(card);
-               return -EFAULT;
-       }
 
        outb(0, io + N2_PCR);
        outb(winbase >> 12, io + N2_BAR);
@@ -564,5 +559,4 @@ module_exit(n2_cleanup);
 MODULE_AUTHOR("Krzysztof Halasa <khc@pm.waw.pl>");
 MODULE_DESCRIPTION("RISCom/N2 serial port driver");
 MODULE_LICENSE("GPL v2");
-module_param(hw, charp, 0444);
-MODULE_PARM_DESC(hw, "io,irq,ram,ports:io,irq,...");
+module_param(hw, charp, 0444); /* hw=io,irq,ram,ports:io,irq,... */