[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140422145159.GH5524@saruman.home>
Date: Tue, 22 Apr 2014 09:51:59 -0500
From: Felipe Balbi <balbi@...com>
To: Robert Baldyga <r.baldyga@...sung.com>
CC: Aaro Koskinen <aaro.koskinen@....fi>, <robh+dt@...nel.org>,
<pawel.moll@....com>, <mark.rutland@....com>,
<ijc+devicetree@...lion.org.uk>, <galak@...eaurora.org>,
<rob@...dley.net>, <myungjoo.ham@...sung.com>,
<cw00.choi@...sung.com>, <dbaryshkov@...il.com>,
<dwmw2@...radead.org>, <balbi@...com>,
<gregkh@...uxfoundation.org>, <grant.likely@...aro.org>,
<ldewangan@...dia.com>, <kishon@...com>, <gg@...mlogic.co.uk>,
<anton@...msg.org>, <jonghwa3.lee@...sung.com>,
<rongjun.ying@....com>, <linux@...ck-us.net>,
<devicetree@...r.kernel.org>, <linux-doc@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<patches@...nsource.wolfsonmicro.com>, <linux-usb@...r.kernel.org>,
<linux-omap@...r.kernel.org>, <m.szyprowski@...sung.com>,
<t.figa@...sung.com>
Subject: Re: [PATCH v2 05/13] extcon: extcon-class: improve extcon client API
On Tue, Apr 22, 2014 at 08:21:35AM +0200, Robert Baldyga wrote:
> On 04/19/2014 12:52 PM, Aaro Koskinen wrote:
> > Hi,
> >
> > On Mon, Apr 14, 2014 at 01:46:16PM +0200, Robert Baldyga wrote:
> >> dev_info(&pdev->dev,
> >> - "OMAP USB OTG controller rev %d.%d (%s, id=%d, vbus=%d)\n",
> >> - (rev >> 4) & 0xf, rev & 0xf, config->extcon, otg_dev->id,
> >> + "OMAP USB OTG controller rev %d.%d (id=%d, vbus=%d)\n",
> >> + (rev >> 4) & 0xf, rev & 0xf, otg_dev->id,
> >> otg_dev->vbus);
> >
> > This change is unrelated to the patch and not needed.
> >
>
> It's related because we no longer use config->extcon since we have
> cable-oriented API. We can keep displaying it, but this value is
> actually meaningless.
can you just add some note in the commit log ? "while at that, also
remove config->extconf from debugging print because it won't contain
valid data anymore" or something like that.
Other than that:
Acked-by: Felipe Balbi <balbi@...com>
--
balbi
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists