]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/atm/iphase.c
ahci/pata_jmicron: match class not function number
[linux-2.6-omap-h63xx.git] / drivers / atm / iphase.c
index f20b0b2c06c6b19bc2643061e0ac740d692ac467..bb7ef570514cd660e2a200af09647bbebd97a416 100644 (file)
@@ -305,7 +305,7 @@ static void clear_lockup (struct atm_vcc *vcc, IADEV *dev) {
 **  |  R | NZ |  5-bit exponent  |        9-bit mantissa         |
 **  +----+----+------------------+-------------------------------+
 ** 
-**    R = reserverd (written as 0)
+**    R = reserved (written as 0)
 **    NZ = 0 if 0 cells/sec; 1 otherwise
 **
 **    if NZ = 1, rate = 1.mmmmmmmmm x 2^(eeeee) cells/sec
@@ -2195,7 +2195,7 @@ err_out:
        return -ENOMEM;
 }   
    
-static irqreturn_t ia_int(int irq, void *dev_id, struct pt_regs *regs)  
+static irqreturn_t ia_int(int irq, void *dev_id)  
 {  
    struct atm_dev *dev;  
    IADEV *iadev;