diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-04-09 12:25:43 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-04-09 12:41:20 +0300 |
commit | bdf8783c0dae9d3d8fc1c4078fe849ab8aa8b583 (patch) | |
tree | 9ea4262bc41303d4651ad199f2c3ebf3df7f0d56 /samples/v4l | |
parent | 4479730e9263befbb9ce9563a09563db2acb8f7c (diff) | |
download | linux-bdf8783c0dae9d3d8fc1c4078fe849ab8aa8b583.tar.xz |
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 'samples/v4l')
0 files changed, 0 insertions, 0 deletions