[PARPORT] paraport_pc: parport_pc_init_superio bug

From: Mirek Kwasniak (mirek@zind.ikem.pwr.wroc.pl)
Date: Wed Apr 25 2001 - 11:55:54 EDT

  • Next message: Jay Foad: "[PARPORT] IMPACT-S"

    Kernels 2.4.3-ac12 and 2.4.4-pre6 introduced stupid problem:

    $ grep parport_pc_init_superio patch*
       patch-2.4.3-ac12:-static int __init parport_pc_init_superio (void)
       patch-2.4.3-ac12:+static int __init parport_pc_init_superio (int autoirq, int autodma)
    -> patch-2.4.3-ac12:+static int __init parport_pc_init_superio(void) {return 0;}
       patch-2.4.3-ac12:- count += parport_pc_init_superio ();
       patch-2.4.3-ac12:+ count += parport_pc_init_superio (autoirq, autodma);
     
    Mirek

    -- To unsubscribe, send mail to: linux-parport-request@torque.net --
    -- with the single word "unsubscribe" in the body of the message. --



    This archive was generated by hypermail 2b29 : Wed Apr 25 2001 - 12:00:45 EDT