i2c: Constify i2c_get_clientdata's parameter
authorJean Delvare <khali@linux-fr.org>
Wed, 22 Oct 2008 18:21:31 +0000 (20:21 +0200)
committerJean Delvare <khali@linux-fr.org>
Wed, 22 Oct 2008 18:21:31 +0000 (20:21 +0200)
i2c_get_clientdata doesn't change the i2c_client it is passed as a
parameter, so it can be constified. Same for i2c_get_adapdata.

Signed-off-by: Jean Delvare <khali@linux-fr.org>

No differences found