mbox series

[0/2] i2c: stm32: A few cleanups

Message ID 20211201114751.828474-1-alain.volmat@foss.st.com
Headers show
Series i2c: stm32: A few cleanups | expand

Message

Alain Volmat Dec. 1, 2021, 11:47 a.m. UTC
A few cleanup, removal of unnecessary messages regarding bus busy
and recovering bus.
Make the function stm32f7_i2c_release_bus void since it is never
returning any error message, allowing to get rid of the error handling
within the calling function.

Alain Volmat (1):
  i2c: stm32: get rid of stm32f7_i2c_release_bus return value

Wolfram Sang (1):
  i2c: stm32f7: remove noisy and imprecise log messages

 drivers/i2c/busses/i2c-stm32f7.c | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)