Browse Source

i2c: rk3x: populate correct variable for sda_falling_time

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Cc: stable@kernel.org
Wolfram Sang 9 years ago
parent
commit
9abd29e7c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/i2c/busses/i2c-rk3x.c

+ 1 - 1
drivers/i2c/busses/i2c-rk3x.c

@@ -908,7 +908,7 @@ static int rk3x_i2c_probe(struct platform_device *pdev)
 				 &i2c->scl_fall_ns))
 		i2c->scl_fall_ns = 300;
 	if (of_property_read_u32(pdev->dev.of_node, "i2c-sda-falling-time-ns",
-				 &i2c->scl_fall_ns))
+				 &i2c->sda_fall_ns))
 		i2c->sda_fall_ns = i2c->scl_fall_ns;
 
 	strlcpy(i2c->adap.name, "rk3x-i2c", sizeof(i2c->adap.name));