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:
d955caf
)
i2c: Constify i2c_get_clientdata's parameter
author
Jean Delvare
<khali@linux-fr.org>
Wed, 22 Oct 2008 18:21:31 +0000
(20:21 +0200)
committer
Jean 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