Re: [PATCH] i2c: i2c-gpio: add newline

2022-11-14 Thread Heiko Schocher
Hello Sergei, On 20.10.22 16:28, Sergei Antonov wrote: > Add newline at the end of the printed string. > > Signed-off-by: Sergei Antonov > --- > drivers/i2c/i2c-gpio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-i2c.git master Thanks! bye, Heiko -- DENX Softw

Re: [PATCH] i2c: i2c-gpio: add newline

2022-11-13 Thread Heiko Schocher
Hello Sergei, On 20.10.22 16:28, Sergei Antonov wrote: > Add newline at the end of the printed string. > > Signed-off-by: Sergei Antonov > --- > drivers/i2c/i2c-gpio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks! Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software En

Re: [PATCH] i2c: i2c-gpio: add newline

2022-10-21 Thread Simon Glass
On Thu, 20 Oct 2022 at 08:28, Sergei Antonov wrote: > > Add newline at the end of the printed string. > > Signed-off-by: Sergei Antonov > --- > drivers/i2c/i2c-gpio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Simon Glass

[PATCH] i2c: i2c-gpio: add newline

2022-10-20 Thread Sergei Antonov
Add newline at the end of the printed string. Signed-off-by: Sergei Antonov --- drivers/i2c/i2c-gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/i2c-gpio.c b/drivers/i2c/i2c-gpio.c index 1aedad5c8ede..4ed9e9e7cddd 100644 --- a/drivers/i2c/i2c-gpio.c +++ b/dr