Re: [PATCH] i2c: aspeed: Add newline characters into message printings.

2018-07-20 Thread Wolfram Sang
On Mon, Jul 02, 2018 at 02:13:59PM -0700, Jae Hyun Yoo wrote: > There are some log printing without a newline character. This > patch adds the missing newline characters. > > Signed-off-by: Jae Hyun Yoo Applied to for-next, thanks! signature.asc Description: PGP signature

Re: [PATCH] i2c: aspeed: Add newline characters into message printings.

2018-07-12 Thread Jae Hyun Yoo
On 7/12/2018 1:38 AM, Brendan Higgins wrote: On Wed, Jul 11, 2018 at 10:10 AM Joe Perches wrote: On Wed, 2018-07-11 at 09:53 -0700, Jae Hyun Yoo wrote: On 7/10/2018 10:42 PM, Brendan Higgins wrote: On Mon, Jul 2, 2018 at 2:14 PM Jae Hyun Yoo wrote: There are some log printing without a ne

Re: [PATCH] i2c: aspeed: Add newline characters into message printings.

2018-07-12 Thread Brendan Higgins
On Wed, Jul 11, 2018 at 10:10 AM Joe Perches wrote: > > On Wed, 2018-07-11 at 09:53 -0700, Jae Hyun Yoo wrote: > > On 7/10/2018 10:42 PM, Brendan Higgins wrote: > > > On Mon, Jul 2, 2018 at 2:14 PM Jae Hyun Yoo > > > wrote: > > > > There are some log printing without a newline character. This >

Re: [PATCH] i2c: aspeed: Add newline characters into message printings.

2018-07-11 Thread Joe Perches
On Wed, 2018-07-11 at 09:53 -0700, Jae Hyun Yoo wrote: > On 7/10/2018 10:42 PM, Brendan Higgins wrote: > > On Mon, Jul 2, 2018 at 2:14 PM Jae Hyun Yoo > > wrote: > > > There are some log printing without a newline character. This > > > patch adds the missing newline characters. [] > > > diff --gi

Re: [PATCH] i2c: aspeed: Add newline characters into message printings.

2018-07-11 Thread Jae Hyun Yoo
On 7/10/2018 10:42 PM, Brendan Higgins wrote: On Mon, Jul 2, 2018 at 2:14 PM Jae Hyun Yoo wrote: There are some log printing without a newline character. This patch adds the missing newline characters. Signed-off-by: Jae Hyun Yoo --- drivers/i2c/busses/i2c-aspeed.c | 18 +-

Re: [PATCH] i2c: aspeed: Add newline characters into message printings.

2018-07-10 Thread Brendan Higgins
On Mon, Jul 2, 2018 at 2:14 PM Jae Hyun Yoo wrote: > > There are some log printing without a newline character. This > patch adds the missing newline characters. > > Signed-off-by: Jae Hyun Yoo > --- > drivers/i2c/busses/i2c-aspeed.c | 18 +- > 1 file changed, 9 insertions(+), 9

[PATCH] i2c: aspeed: Add newline characters into message printings.

2018-07-02 Thread Jae Hyun Yoo
There are some log printing without a newline character. This patch adds the missing newline characters. Signed-off-by: Jae Hyun Yoo --- drivers/i2c/busses/i2c-aspeed.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/i2c/busses/i2c-aspeed.c b/driver