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:
a083279
)
[I2C] i2c-mv64xxx: Don't set i2c_adapter.retries
author
Jean Delvare
<khali@linux-fr.org>
Thu, 22 Nov 2007 15:58:08 +0000
(16:58 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 26 Jan 2008 15:04:01 +0000
(15:04 +0000)
I2C adapter drivers are supposed to handle retries on nack by themselves
if they do, so there's no point in setting .retries if they don't.
As this retry mechanism is going away (at least in its current form),
clean this up now so that we don't get build failures later.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Mark A. Greer <mgreer@mvista.com>
No differences found