Re: [PATCH v2 2/2] hwmon: (ina3221) Implement ti,single-shot DT property

From: Nicolin Chen
Date: Thu Jan 17 2019 - 17:30:19 EST


On Mon, Jan 07, 2019 at 11:35:55AM -0800, Guenter Roeck wrote:

> > + if (of_property_read_bool(np, "ti,single-shot"))
> > + ina->single_shot = true;
> > +
> ina->single_shot = of_property_read_bool(np, "ti,single-shot");
>
> No need to resend right now; let's wait for feedback from Rob.

Looks like Rob has acked. Is this resend version fine for review?

Thank you
Nicolin