[PATCH v2 4/5] iio: health: afe4404: use regmap to retrieve struct device

Andrew F. Davis afd at ti.com
Sun Apr 17 11:07:52 PDT 2016


On 04/16/2016 02:22 PM, Jonathan Cameron wrote:
> On 10/04/16 20:07, Alison Schofield wrote:
>> Driver includes struct regmap and struct device in its global data.
>> Remove the struct device and use regmap API to retrieve device info.
>>

Why? This adds nothing but more code to get dev through some
container_of trickery when we could just keep a dev pointer in the data
structure.

Andrew



More information about the linux-arm-kernel mailing list