[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20061127124801.0248e3f6@gondolin.boeblingen.de.ibm.com>
Date: Mon, 27 Nov 2006 12:48:01 +0100
From: Cornelia Huck <cornelia.huck@...ibm.com>
To: Russell King <rmk+lkml@....linux.org.uk>
Cc: Greg K-H <greg@...ah.com>, Andrew Morton <akpm@...l.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [Patch 3/7] driver core fixes: device_register() retval check
in platform.c
On Mon, 27 Nov 2006 11:24:47 +0000,
Russell King <rmk+lkml@....linux.org.uk> wrote:
> I still say this is absolutely crazy. If a bus does not get registered,
> what happens to all the devices and drivers which are registered against
> that bus?
This is a generic problem. Does any driver check if the bus it is
registering against is really present? Or should the driver core check
whether a bus is registered when someone tries to register a
device/driver?
> I suspect that if this bus_register doesn't work, you'll see an oops
> sooner or later. So it might as well be a BUG_ON here.
What we need to do here is to make sure we get to know that something
went really wrong here. If a BUG_ON is considered preferrable to oopses
on platform device registering, I can roll a patch.
--
Cornelia Huck
Linux for zSeries Developer
Tel.: +49-7031-16-4837, Mail: cornelia.huck@...ibm.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists