commit | a71376a9b7f4be0ca457d067ba751148ff0f0c89 | [log] [tgz] |
---|---|---|
author | Christophe Kerello <christophe.kerello@st.com> | Tue Oct 17 11:21:32 2017 +0200 |
committer | Heiko Schocher <hs@denx.de> | Tue Oct 17 11:28:27 2017 +0200 |
tree | 6200955aadb8e05b72c4fa97b7e768c2c73b95d8 | |
parent | 1df540cd65aeb2ca0b50f63c2139e2204578b757 [diff] |
i2c: stm32f7_i2c: fix data abort As "v" is a local variable in stm32_i2c_choose_solution() "v" has to be copied into "s" to avoid data abort in stm32_i2c_compute_timing(). Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Reviewed-by: Patrick DELAUNAY <patrick.delaunay@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>