Re: [U-Boot] [PATCH v2 1/2] i2c: stm32f7_i2c: fix data abort

2017-10-17 Thread Heiko Schocher
Hello Patrice, Am 17.10.2017 um 11:21 schrieb patrice.chot...@st.com: From: Christophe Kerello 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 Reviewed-by: Patrick DEL

[U-Boot] [PATCH v2 1/2] i2c: stm32f7_i2c: fix data abort

2017-10-17 Thread patrice.chotard
From: Christophe Kerello 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 Reviewed-by: Patrick DELAUNAY Signed-off-by: Patrice Chotard --- v2: rebase on top of v2017.11