[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAD=FV=X6BBWJMDzJR9tnjKj8xTZ3Ng9oS7PYtNdUenW7_86vqw@mail.gmail.com>
Date: Thu, 11 Apr 2013 12:14:40 -0700
From: Doug Anderson <dianders@...omium.org>
To: Andrew Bresticker <abrestic@...omium.org>
Cc: linux-fbdev@...r.kernel.org, Richard Purdie <rpurdie@...ys.net>,
Florian Tobias Schandinat <FlorianSchandinat@....de>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] backlight: platform_lcd: introduce probe callback
Andrew,
On Thu, Apr 11, 2013 at 11:36 AM, Andrew Bresticker
<abrestic@...omium.org> wrote:
> + if (pdata->probe) {
> + err = pdata->probe(pdata);
> + if (err) {
> + dev_err(dev, "platform probe failed: %d\n", err);
It would probably be good not to print in the case of -EPROBE_DEFER?
Otherwise this looks good to me.
-Doug
--
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