[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200311091130.GC1922688@smile.fi.intel.com>
Date: Wed, 11 Mar 2020 11:11:30 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Tobias Schramm <t.schramm@...jaro.org>
Cc: Sebastian Reichel <sre@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
linux-pm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/2] power: supply: add CellWise cw2015 fuel gauge
driver
On Wed, Mar 11, 2020 at 09:48:30AM +0100, Tobias Schramm wrote:
> was just about to send v3.
>
> >
> > __be16 value;
> >
> >
> > ret = regmap(..., (...)value, sizeof(value));
Just checked this, simple &value works.
> > if (ret)
> > return ret; // note, you missed this in above.
> >
> > *val = be16_to_cpu(value);
> > return 0;
> >
>
> That implementation looks pretty clean. I'll take it.
Thank you.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists