Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1599664
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] clocksource: add missing line break to error messages |
| Date | 2017-03-13 19:00 +0100 |
| Message-ID | <tkCqe-422-23@gated-at.bofh.it> (permalink) |
| References | <tj2RP-3lW-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
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
> @@ -245,7 +245,7 @@ static int __init tegra20_init_rtc(struct device_node *np)
>
> rtc_base = of_iomap(np, 0);
> if (!rtc_base) {
> - pr_err("Can't map RTC registers");
> + pr_err("Can't map RTC registers\n");
> return -ENXIO;
> }
>
Acked-by: Thierry Reding <treding@nvidia.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] clocksource: add missing line break to error messages Rafał Miłecki <zajec5@gmail.com> - 2017-03-09 10:50 +0100 Re: [PATCH] clocksource: add missing line break to error messages Thierry Reding <thierry.reding@gmail.com> - 2017-03-13 19:00 +0100 Re: [PATCH] clocksource: add missing line break to error messages Ben Dooks <ben.dooks@codethink.co.uk> - 2017-03-14 10:50 +0100
csiph-web