public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Dalecki <dalecki@evision-ventures.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.4.15-pre4 - merge with Alan
Date: Mon, 12 Nov 2001 21:09:46 +0100	[thread overview]
Message-ID: <3BF02C8A.90EFE860@evision-ventures.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0111121056260.1078-100000@penguin.transmeta.com>

I just scrolled one line firther down and
noticed the same problem for ep7211_ir_init
as for sa1100_irda_init. Citing form the corrover patch
between pre-patches you can easly see:

+++ linux/net/irda/irda_device.c	Fri Nov  9 14:22:17 2001
++++ linux/net/irda/irda_device.c	Sun Nov 11 10:20:21 2001
 @@ -10,6 +10,7 @@
   * Modified by:   Dag Brattli <dagb@cs.uit.no>
   * 
@@ -140040,27 +184071,33 @@
  
  static void __irda_task_delete(struct irda_task *task);
  
-@@ -124,6 +127,9 @@
+@@ -124,6 +127,12 @@
  #ifdef CONFIG_WINBOND_FIR
  	w83977af_init();
  #endif
 +#ifdef CONFIG_SA1100_FIR
 +	sa1100_irda_init();
 +#endif
++#ifdef CONFIG_SA1100_FIR
++	sa1100_irda_init();
++#endif
  #ifdef CONFIG_NSC_FIR
  	nsc_ircc_init();
  #endif
-@@ -151,6 +157,9 @@
+@@ -151,6 +160,12 @@
  #ifdef CONFIG_OLD_BELKIN
   	old_belkin_init();
  #endif
 +#ifdef CONFIG_EP7211_IR
 + 	ep7211_ir_init();
 +#endif
++#ifdef CONFIG_EP7211_IR
++ 	ep7211_ir_init();
++#endif
  	return 0;
  }
  
-@@ -181,7 +190,10 @@

Supposedly there is still room for -pre5 ;-).

  parent reply	other threads:[~2001-11-12 19:17 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-12 19:01 Linux 2.4.15-pre4 - merge with Alan Linus Torvalds
2001-11-12 19:18 ` Trever L. Adams
2001-11-13 11:14   ` Christoph Rohland
2001-11-12 19:26 ` Matthew Dharm
2001-11-12 20:09 ` Martin Dalecki [this message]
2001-11-12 20:42 ` Greg KH
2001-11-12 23:43 ` J . A . Magallon
2001-11-13  1:11   ` Alan Cox
2001-11-12 23:45 ` J . A . Magallon
2001-11-12 23:48 ` J . A . Magallon
2001-11-13  0:14   ` Christoph Hellwig
2001-11-13  0:25     ` J . A . Magallon
2001-11-13  0:42     ` J . A . Magallon
2001-11-13  7:43       ` Christoph Hellwig
2001-11-13  5:17 ` Keith Owens
2001-11-13 10:43   ` David S. Miller
2001-11-13 17:27   ` Chad N. Tindel
2001-11-13 17:58     ` Chad N. Tindel
2001-11-13  5:54 ` Neil Brown
2001-11-13  6:02   ` Jeff Garzik
2001-11-13  9:41     ` Alan Cox
2001-11-13  6:03   ` David S. Miller
2001-11-13  6:16     ` Keith Owens
2001-11-13  6:23       ` David S. Miller
2001-11-13  8:17         ` Jeff Garzik
2001-11-13  6:18     ` Keith Owens
2001-11-13 14:10 ` Horst von Brand
2001-11-13 15:21   ` Thorsten Kukuk
2001-11-14  4:57     ` David S. Miller
2001-11-14  6:28       ` Thorsten Kukuk
2001-11-14  6:31         ` David S. Miller
2001-11-14 12:59     ` Horst von Brand
2001-11-13 15:37 ` [PATCH] " Russell King
2001-11-15  9:25 ` Problem with Linux 2.4.15-pre4 on an IBM ThinkPad Martin Persson
2001-11-15 11:57   ` Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2001-11-12 21:10 Linux 2.4.15-pre4 - merge with Alan Robert Cantu
2001-11-13 13:20 ` Andrey Savochkin

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=3BF02C8A.90EFE860@evision-ventures.com \
    --to=dalecki@evision-ventures.com \
    --cc=dalecki@evision.ag \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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