commit | 0cc43a1806f078f7fd414850d8f1f1761696e4af | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Mon Jan 10 22:11:23 2011 +0100 |
committer | Jean Delvare <khali@endymion.delvare> | Mon Jan 10 22:11:23 2011 +0100 |
tree | 2278fca3af95002a867fa72b34e4ca97ccf5489f | |
parent | af5a60baaee66e2f891dbb9a8519ca28ab7da7cd [diff] |
i2c: Constify i2c_client where possible Helper functions for I2C and SMBus transactions don't modify the i2c_client that is passed to them, so it can be marked const. Signed-off-by: Jean Delvare <khali@linux-fr.org>