linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Marek <linux@hazard.jcu.cz>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Subject: [PATCH][TRIVIAL] 2.6.0-test[9,10] Bug (typo) in smsc-ircc2.c
Date: Wed, 26 Nov 2003 11:47:46 +0100	[thread overview]
Message-ID: <20031126104746.GA31328@hazard.jcu.cz> (raw)

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

             reply	other threads:[~2003-11-26 10:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-26 10:47 Jan Marek [this message]
2003-11-26 13:56 ` [PATCH][TRIVIAL] 2.6.0-test[9,10] Bug (typo) in smsc-ircc2.c Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031126104746.GA31328@hazard.jcu.cz \
    --to=linux@hazard.jcu.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rusty@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).