projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ec2183
)
i2c: rk3x: populate correct variable for sda_falling_time
author
Wolfram Sang
<wsa@the-dreams.de>
Wed, 25 Nov 2015 15:58:18 +0000
(16:58 +0100)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 30 Nov 2015 13:27:41 +0000
(14:27 +0100)
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Cc: stable@kernel.org
drivers/i2c/busses/i2c-rk3x.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-rk3x.c
b/drivers/i2c/busses/i2c-rk3x.c
index c1935ebd6a9c38971b6539cc1d1ae03dfc276d17..9096d17beb5bb002d914010a77f156a3f3f97f32 100644
(file)
--- a/
drivers/i2c/busses/i2c-rk3x.c
+++ b/
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->s
cl
_fall_ns))
+ &i2c->s
da
_fall_ns))
i2c->sda_fall_ns = i2c->scl_fall_ns;
strlcpy(i2c->adap.name, "rk3x-i2c", sizeof(i2c->adap.name));