Skip to content
Commit 2caeac81 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare
Browse files

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: default avatarJean Delvare <khali@linux-fr.org>
parent 05c7abae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment