linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yoav Weiss <ml-lkml@unpatched.org>
To: linux-kernel@vger.kernel.org
Subject: KERN_ERR "ide: late registration of driver."
Date: Thu, 24 Jul 2003 01:14:00 +0300 (IDT)	[thread overview]
Message-ID: <Pine.LNX.4.44.0307240100390.17172-100000@marcellos.corky.net> (raw)

Recently installed 2.4.22-pre7 on 2 boxes here.

During boot, I always get the message "ide: late registration of driver."
which comes from ide.c:2234:ide_register_driver().

Seems like drivers_run is already set by the time ide_register_driver get
called.  Following the logic of that driver, it makes sense.  ide_init()
gets called early and inits the ide.  (banner: "Uniform Multi-Platform
E-IDE driver...").  ide_register_driver() is never used inside the driver
but is exported and called after partition check, way down the line.

Therefore, I don't see why the late registration is an error.  Am I
missing something ?

And if its not an error, it shouldn't be printed as KERN_ERR.  When
booting the kernel with the 'quiet' option, thats the only message
printed.

	Yoav Weiss


             reply	other threads:[~2003-07-23 21:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-23 22:14 Yoav Weiss [this message]
2003-07-23 22:30 ` KERN_ERR "ide: late registration of driver." Alan Cox
2003-07-23 23:13   ` Yoav Weiss

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=Pine.LNX.4.44.0307240100390.17172-100000@marcellos.corky.net \
    --to=ml-lkml@unpatched.org \
    --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;
as well as URLs for NNTP newsgroup(s).