- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / drivers / net / appletalk / cops.c
index b5dc7f5..73b38c2 100644 (file)
@@ -120,7 +120,7 @@ static int irq = 5;         /* Default IRQ */
  *      DAYNA driver mode:
  *              Dayna DL2000/DaynaTalk PC (Half Length), COPS LT-95, 
  *             Farallon PhoneNET PC III, Farallon PhoneNET PC II
- *     Other cards possibly supported mode unkown though:
+ *     Other cards possibly supported mode unknown though:
  *             Dayna DL2000 (Full length), COPS LT/M (Micro-Channel)
  *
  *     Cards NOT supported by this driver but supported by the ltpc.c
@@ -328,7 +328,7 @@ static int __init cops_probe1(struct net_device *dev, int ioaddr)
 
        /* Reserve any actual interrupt. */
        if (dev->irq) {
-               retval = request_irq(dev->irq, &cops_interrupt, 0, dev->name, dev);
+               retval = request_irq(dev->irq, cops_interrupt, 0, dev->name, dev);
                if (retval)
                        goto err_out;
        }