aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/sfc/falcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c
index 8acd53de5e7c..8cb57987905e 100644
--- a/drivers/net/sfc/falcon.c
+++ b/drivers/net/sfc/falcon.c
@@ -222,7 +222,7 @@ static struct i2c_algo_bit_data falcon_i2c_bit_operations = {
222 .setscl = falcon_setscl, 222 .setscl = falcon_setscl,
223 .getsda = falcon_getsda, 223 .getsda = falcon_getsda,
224 .getscl = falcon_getscl, 224 .getscl = falcon_getscl,
225 .udelay = 100, 225 .udelay = 5,
226 /* 226 /*
227 * This is the number of system clock ticks after which 227 * This is the number of system clock ticks after which
228 * i2c-algo-bit gives up waiting for SCL to become high. 228 * i2c-algo-bit gives up waiting for SCL to become high.