[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141008085129.GA3362@jack-ThinkPad-T520>
Date: Wed, 8 Oct 2014 17:51:29 +0900
From: Gyungoh Yoo <gyungoh@...il.com>
To: Mark Brown <broonie@...nel.org>
Cc: lgirdwood@...il.com, grant.likely@...aro.org, robh+dt@...nel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
jack.yoo@...worksinc.com
Subject: Re: [RESUBMIT PATCH v3 7/8] regulator: sky81452: Add compatible
string for device binding
On Tue, Oct 07, 2014 at 01:52:21PM +0100, Mark Brown wrote:
> On Tue, Oct 07, 2014 at 02:11:07PM +0900, Gyungoh Yoo wrote:
> > Signed-off-by: Gyungoh Yoo <jack.yoo@...worksinc.com>
>
> Several problems here:
>
> - I don't have patches 1-6 or the cover letter for this series - what
> are the dependencies?
> - I can't see any sign that my concerns about the driver not actually
> being reusable have been addressed here.
> - This patch appears to do way more than add a compatible string, for
> example:
I am sorry the recipients of each patch and cover letter was different.
I will resubmit soon.
>
> > - np = of_get_child_by_name(dev->parent->of_node, "regulator");
> > - if (unlikely(!np)) {
> > + if (!np) {
> > dev_err(dev, "regulator node not found");
> > - return NULL;
> > + return ERR_PTR(-ENODATA);
--
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