
29 Sep
2013
29 Sep
'13
8:41 p.m.
On Sun, Sep 29, 2013 at 10:50:58AM +0200, Lars-Peter Clausen wrote:
This series removes the redundant driver field from the i2c_client struct. The field is redundant since the same pointer can be accessed through to_i2c_driver(client->dev.driver). The commit log suggests that the field has been around since forever (since before v2.6.12-rc2) and it looks as if it was simply forgotten to remove it during the conversion of the i2c framework to the generic device driver model.
Great! Looks proper from a first glimpse. I'd think it makes sense to take all patches via I2C. So, I am looking for ACKs for other subsystems touched.
Thanks,
Wolfram