]> git.sur5r.net Git - u-boot/commit
i2c: stm32f7_i2c: fix usage of useless local variable
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 17 Oct 2017 09:21:33 +0000 (11:21 +0200)
committerHeiko Schocher <hs@denx.de>
Tue, 17 Oct 2017 09:28:41 +0000 (11:28 +0200)
commitd10bd6cfd85c2a9f27c950e22e83d27ff978e7e8
treef8c29db10a7c6b668ac8276c0598dce1b59b4fbe
parent81c484376353251ba13b7ea987a15a896b3d106a
i2c: stm32f7_i2c: fix usage of useless local variable

Remove useless local variable "s" and use directly
function's parameter "output"

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/i2c/stm32f7_i2c.c