Re: parport_pc Oops with 2.6.0-test3

From: Andrew Morton
Date: Tue Aug 26 2003 - 03:39:22 EST


Christian Kujau <evil@xxxxxxxxxx> wrote:
>
> >> > Can you retest on 2.6.0-test4?
> >>
> >> i have, but with no (?) changes:
> >
> > Please send your .config.

That helped, thanks.

--- 25/drivers/parport/parport_pc.c~parport_pc-rmmod-oops-fix 2003-08-26 01:32:59.000000000 -0700
+++ 25-akpm/drivers/parport/parport_pc.c 2003-08-26 01:33:08.000000000 -0700
@@ -93,7 +93,7 @@ static struct superio_struct { /* For Su
int dma;
} superios[NR_SUPERIOS] __devinitdata = { {0,},};

-static int user_specified __devinitdata = 0;
+static int user_specified;
#if defined(CONFIG_PARPORT_PC_SUPERIO) || \
(defined(CONFIG_PARPORT_1284) && defined(CONFIG_PARPORT_PC_FIFO))
static int verbose_probing;

_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/