commit | 2f0a8df40ff008822e5570b3323c56622cd92c95 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Thu Nov 22 16:58:08 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jan 26 15:04:01 2008 +0000 |
tree | bfb22fc90d83f57b67255bb8c2c3ac676364e54c | |
parent | a0832798c05241f15e793805b6024919c07b8292 [diff] |
[I2C] i2c-mv64xxx: Don't set i2c_adapter.retries 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>