Re: [PATCH][TRIVIAL] 2.6.0-test[9,10] Bug (typo) in smsc-ircc2.c

From: Andrew Morton
Date: Wed Nov 26 2003 - 08:51:18 EST


Jan Marek <linux@xxxxxxxxxxxxx> wrote:
>
> --- linux-2.6.0-test9/drivers/net/irda/smsc-ircc2.c 2003-10-25 20:43:57.000000000 +0200
> +++ linux-2.6.0-test9-new/drivers/net/irda/smsc-ircc2.c 2003-11-05 23:07:37.000000000 +0100
> @@ -524,7 +524,7 @@
>
> return 0;
> out3:
> - release_region(fir_base, SMSC_IRCC2_FIR_CHIP_IO_EXTENT);
> + release_region(sir_base, SMSC_IRCC2_SIR_CHIP_IO_EXTENT);
> out2:
> release_region(fir_base, SMSC_IRCC2_FIR_CHIP_IO_EXTENT);
> out1:
>

yup, thanks.
-
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/