]> asedeno.scripts.mit.edu Git - linux.git/commit
media: am437x-vpfe: fix function trace debug log
authorBenoit Parrot <bparrot@ti.com>
Fri, 20 Sep 2019 17:05:50 +0000 (14:05 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 1 Oct 2019 19:13:51 +0000 (16:13 -0300)
commitf60de889d7db5428d4d1894f708d78aa58cc9036
tree454d4fbb3b527a1c45d909c92c4e79c74977a403
parent0512ccba072a6c2517d2926009eb223ad163f413
media: am437x-vpfe: fix function trace debug log

checkpatch.pl nows reports several:
WARNING: Prefer using '"%s...", __func__' to using '<function name>',
this function's name, in a string.

So fix these for the whole driver.
At the same time remove the function entry trace log as those can be
enabled using ftrace instead.

Signed-off-by: Benoit Parrot <bparrot@ti.com>
Acked-by: Lad Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/am437x/am437x-vpfe.c