commit | 2caeac810423556a5ee787d5cb7aa902fda13bb4 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Jan 27 18:14:47 2008 +0100 |
committer | Jean Delvare <khali@hyperion.delvare> | Sun Jan 27 18:14:47 2008 +0100 |
tree | 7003c88107d2eb4d08b8a07ca91c60d9dc1d4467 | |
parent | 05c7abaeb344975a3257366a52368a4866aa518d [diff] |
i2c: Don't uselessly 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>