summaryrefslogtreecommitdiff
path: root/samples/v4l
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2020-04-09 12:25:43 +0300
committerDaniel Lezcano <daniel.lezcano@linaro.org>2020-04-09 12:41:20 +0300
commitbdf8783c0dae9d3d8fc1c4078fe849ab8aa8b583 (patch)
tree9ea4262bc41303d4651ad199f2c3ebf3df7f0d56 /samples/v4l
parent4479730e9263befbb9ce9563a09563db2acb8f7c (diff)
downloadlinux-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