29 Sep
2013
29 Sep
'13
7:46 p.m.
On 09/29/2013 10:51 AM, Lars-Peter Clausen wrote:
The 'driver' field of the i2c_client struct is redundant and is going to be removed. The results of the expressions 'client->driver.driver->field' and 'client->dev.driver->field' are identical, so replace all occurrences of the former with the later.
Signed-off-by: Lars-Peter Clausenlars@metafoo.de Cc: Kyungmin Parkkyungmin.park@samsung.com Cc: Sylwester Nawrockis.nawrocki@samsung.com
Acked-by: Sylwester Nawrocki s.nawrocki@samsung.com