public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Florin Iucha <florin@iucha.net>
Cc: Linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: oops in bus_add_driver with 2.5.67-bk4
Date: Mon, 14 Apr 2003 11:31:29 -0700	[thread overview]
Message-ID: <20030414183129.GB4306@kroah.com> (raw)
In-Reply-To: <20030412215544.GA1663@iucha.net>

On Sat, Apr 12, 2003 at 04:55:44PM -0500, Florin Iucha wrote:
> 2.5.67-bk4 oopses at boot with:

Try the following patch from David Miller.

thanks,

greg k-h


# Input: change input_init() to be a subsys initcall
#
# This fixes oopses when it and the hid core are compiled into the kernel.

diff -Nru a/drivers/input/input.c b/drivers/input/input.c
--- a/drivers/input/input.c	Mon Apr 14 11:16:02 2003
+++ b/drivers/input/input.c	Mon Apr 14 11:16:02 2003
@@ -717,5 +717,5 @@
 	devclass_unregister(&input_devclass);
 }
 
-module_init(input_init);
+subsys_initcall(input_init);
 module_exit(input_exit);

  reply	other threads:[~2003-04-14 18:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-12 21:55 oops in bus_add_driver with 2.5.67-bk4 Florin Iucha
2003-04-14 18:31 ` Greg KH [this message]
2003-04-14 22:52   ` Florin Iucha

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=20030414183129.GB4306@kroah.com \
    --to=greg@kroah.com \
    --cc=florin@iucha.net \
    --cc=linux-kernel@vger.kernel.org \
    /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