Re: [PATCH] clocksource: add missing line break to error messages

2017-03-14 Thread Ben Dooks
On 09/03/17 09:47, Rafał Miłecki wrote: From: Rafał Miłecki Printing with pr_* functions requires adding line break manually. Signed-off-by: Rafał Miłecki I've had a quick look over and there are no obvious errors. I wonder if the of_iomap() and related calls should print an error if they

Re: [PATCH] clocksource: add missing line break to error messages

2017-03-13 Thread Thierry Reding
On Thu, Mar 09, 2017 at 10:47:10AM +0100, Rafał Miłecki wrote: [...] > diff --git a/drivers/clocksource/tegra20_timer.c > b/drivers/clocksource/tegra20_timer.c > index f960891aa04e..b9990b9c98c5 100644 > --- a/drivers/clocksource/tegra20_timer.c > +++ b/drivers/clocksource/tegra20_timer.c > @@ -24

[PATCH] clocksource: add missing line break to error messages

2017-03-09 Thread Rafał Miłecki
From: Rafał Miłecki Printing with pr_* functions requires adding line break manually. Signed-off-by: Rafał Miłecki --- Hi, I think this change is so trivial it's not worth splitting per single driver. Are you OK with that? --- drivers/clocksource/arc_timer.c | 14 +++--- dri