[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081219081636.GK12431@fluff.org.uk>
Date: Fri, 19 Dec 2008 08:16:36 +0000
From: Ben Dooks <ben-linux@...ff.org>
To: Greg KH <greg@...ah.com>
Cc: Ben Dooks <ben-linux@...ff.org>, linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: device driver probe return codes
On Thu, Dec 18, 2008 at 09:14:36PM -0800, Greg KH wrote:
> On Tue, Dec 16, 2008 at 11:41:28PM -0800, Andrew Morton wrote:
> > On Tue, 16 Dec 2008 21:53:31 +0000 Ben Dooks <ben-linux@...ff.org> wrote:
> >
> > > I would like some feedback on the following regarding some
> > > form of standardising return codes from a device driver probe
> > > to try and stop some basic mistakes.
> > >
> > > This document is not complete, any additions would be welcone.
>
> Hm, shouldn't you have at least copied me on this?
Sorry, assumed you'd be reading linux-kernel.
> What is this for? Each of the different busses treat return codes for
> their probe functions a bit differently, are you wanting to unify them?
> And if so, why?
I was trying to make a guide for people to try and avoid the general
mistakes such as returning -ENODEV when it clearly isn't the right
thing to do. There are a number of drivers which return this causing
confusion as to why devices are not being bound as they neither print
an error nor cause the driver core to print anything [1].
The idea is to provide a guide to what error numbers are acceptable
to return and what the best return code for the common situations
that drivers tend to do and what to avoid.
As a note, having looked at the base driver, pci, platform and i2c
they all pass the error straight back to the core driver probe.
[1] There is a case to be put that drivers such as the i2c bus where
the machine specific support has declared a device to be present
to report an error if the probe then returns an -ENODEV or -ENXIO
to say the device is not there.
--
Ben (ben@...ff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
--
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