git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af5a60b
)
i2c: Constify i2c_client where possible
author
Jean Delvare
<khali@linux-fr.org>
Mon, 10 Jan 2011 21:11:23 +0000
(22:11 +0100)
committer
Jean Delvare
<khali@endymion.delvare>
Mon, 10 Jan 2011 21:11:23 +0000
(22:11 +0100)
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>
No differences found