Re: [PATCH 1/4] mfd: max77686: Don't attempt to get i2c_device_id .data

2017-01-23 Thread Lee Jones
On Thu, 12 Jan 2017, Javier Martinez Canillas wrote: > The driver is only used in platforms that have DT support so always the > I2C device .data will be get from the matched OF node and never will be > from the I2C device ID table. > > Signed-off-by: Javier Martinez Canillas > --- > > drivers

Re: [PATCH 1/4] mfd: max77686: Don't attempt to get i2c_device_id .data

2017-01-13 Thread Krzysztof Kozlowski
On Thu, Jan 12, 2017 at 10:47:34AM -0300, Javier Martinez Canillas wrote: > The driver is only used in platforms that have DT support so always the > I2C device .data will be get from the matched OF node and never will be > from the I2C device ID table. > > Signed-off-by: Javier Martinez Canillas