diff options
author | 2020-04-09 11:25:43 +0200 | |
---|---|---|
committer | 2020-04-09 11:41:20 +0200 | |
commit | bdf8783c0dae9d3d8fc1c4078fe849ab8aa8b583 (patch) | |
tree | 9ea4262bc41303d4651ad199f2c3ebf3df7f0d56 /drivers/clocksource/timer-ti-dm-systimer.c | |
parent | Revert "clocksource/drivers/timer-probe: Avoid creating dead devices" (diff) | |
download | linux-rng-bdf8783c0dae9d3d8fc1c4078fe849ab8aa8b583.tar.xz linux-rng-bdf8783c0dae9d3d8fc1c4078fe849ab8aa8b583.zip |
clocksource/drivers/davinci: Avoid trailing '\n' hidden in pr_fmt()
pr_xxx() functions usually have '\n' at the end of the logging message.
Here, this '\n' is added via the 'pr_fmt' macro.
In order to be more consistent with other files, use a more standard
convention and put these '\n' back in the messages themselves and remove it
from the pr_fmt macro.
While at it, remove a useless message in case of 'kzalloc' failure,
especially with a __GFP_NOFAIL flag.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200409092543.14727-1-christophe.jaillet@wanadoo.fr
Diffstat (limited to 'drivers/clocksource/timer-ti-dm-systimer.c')
0 files changed, 0 insertions, 0 deletions