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:
401e72b
)
i2c-designware: i2c_dw_xfer_msg can be static
author
Jean Delvare
<khali@linux-fr.org>
Fri, 5 Oct 2012 20:23:53 +0000
(22:23 +0200)
committer
Jean Delvare
<khali@endymion.delvare>
Fri, 5 Oct 2012 20:23:53 +0000
(22:23 +0200)
i2c_dw_xfer_msg is only called internally so it can be static. It
original was, before the driver split. No idea why it was changed at
that time.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Dirk Brandewie <dirk.brandewie@gmail.com>
No differences found