Re: [PATCH v2 2/2] power: supply: add CellWise cw2015 fuel gauge driver
From: Tobias Schramm
Date: Wed Mar 11 2020 - 04:49:32 EST
Hi Andy,
was just about to send v3.
>
> __be16 value;
>
>
> ret = regmap(..., (...)value, sizeof(value));
> 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.
Thanks,
Tobias