i2c: stm32f7: remove noisy and imprecise log messages
authorWolfram Sang <wsa@kernel.org>
Wed, 1 Dec 2021 11:47:51 +0000 (12:47 +0100)
committerWolfram Sang <wsa@kernel.org>
Wed, 1 Dec 2021 21:20:03 +0000 (22:20 +0100)
commit15f0ae7a91a9ca8fb34ecc6e0c7d8bd3a3ce180c
treef55826df41193275bd5d9c7372612cfa0b806396
parent05907656b94f6c1b96cbcc3063a683f4c580b63a
i2c: stm32f7: remove noisy and imprecise log messages

The log messages talk about 'bus recovery' while it is not a bus
recovery with 9 pulses but merely a controller reset. Controller resets
are not worth log messages. The 'bus busy' message should be emitted by
upper layers, a busy bus may be expected in some cases.

Signed-off-by: Wolfram Sang <wsa@kernel.org>
Reviewed-by: Alain Volmat <alain.volmat@foss.st.com>
drivers/i2c/busses/i2c-stm32f7.c