Re: [PATCH] i2c: remove redundant error print in stm32f7_i2c_probe

2021-02-12 Thread Wolfram Sang
On Tue, Jan 12, 2021 at 12:53:11AM -0800, menglong8.d...@gmail.com wrote: > From: Menglong Dong > > Coccinelle reports a redundant error print in stm32f7_i2c_probe. > As 'platform_get_irq' already prints the error message, error > print here is redundant and can be removed. > > Signed-off-by: Me

[PATCH] i2c: remove redundant error print in stm32f7_i2c_probe

2021-01-12 Thread menglong8 . dong
From: Menglong Dong Coccinelle reports a redundant error print in stm32f7_i2c_probe. As 'platform_get_irq' already prints the error message, error print here is redundant and can be removed. Signed-off-by: Menglong Dong --- drivers/i2c/busses/i2c-stm32f7.c | 6 +- 1 file changed, 1 inserti