linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][TRIVIAL] 2.6.0-test[9,10] Bug (typo) in smsc-ircc2.c
@ 2003-11-26 10:47 Jan Marek
  2003-11-26 13:56 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Marek @ 2003-11-26 10:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Rusty Russell

[-- Attachment #1: Type: text/plain, Size: 273 bytes --]

Hallo l-k,

I have patch, which repair small, but important bug in smsc-ircc2.c.

Without this patch driver tried release one region twice.

Please apply...

Sincerely
Jan Marek
-- 
Ing. Jan Marek
University of South Bohemia
Academic Computer Centre
Phone: +420-38-7772080

[-- Attachment #2: smsc-ircc2.c.diff --]
[-- Type: text/plain, Size: 415 bytes --]

--- 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:

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][TRIVIAL] 2.6.0-test[9,10] Bug (typo) in smsc-ircc2.c
  2003-11-26 10:47 [PATCH][TRIVIAL] 2.6.0-test[9,10] Bug (typo) in smsc-ircc2.c Jan Marek
@ 2003-11-26 13:56 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2003-11-26 13:56 UTC (permalink / raw)
  To: Jan Marek; +Cc: linux-kernel, rusty

Jan Marek <linux@hazard.jcu.cz> 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-26 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-26 10:47 [PATCH][TRIVIAL] 2.6.0-test[9,10] Bug (typo) in smsc-ircc2.c Jan Marek
2003-11-26 13:56 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).