media: atomisp: ov2722: remove unnecessary debug print
authorFilip Kolev <fil.kolev@gmail.com>
Wed, 6 Jan 2021 18:11:05 +0000 (19:11 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 23 Mar 2021 07:41:42 +0000 (08:41 +0100)
commit31e1652faa9e5b39adad6eeae342f24866215281
tree241da14aa5ddc9c3d57f23158d5eb2d496bbfe55
parentc277077bab0d1057c065bc65a1c72885dc566c4b
media: atomisp: ov2722: remove unnecessary debug print

checkpatch.pl emits the following warning:

WARNING: Prefer using '"%s...", __func__' to using 'ov2722_remove', this function's name, in a string
+ dev_dbg(&client->dev, "ov2722_remove...\n");

This is just a "trace" call and therefore should be removed entirely;
ftrace should be used instead.

Link: https://lore.kernel.org/linux-media/20210106181158.2270-1-fil.kolev@gmail.com
Signed-off-by: Filip Kolev <fil.kolev@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/i2c/atomisp-ov2722.c