[PATCH 0/2] Use v4l2_info/v4l2_warn/v4l2_dbg for log

From: Jammy Huang
Date: Mon Dec 06 2021 - 20:42:03 EST


In this seris, v4l2_xxx log macro will be adapted.
With v4l2_dbg, the debug level can be set with the module parameter
called debug. In this way, we won't have to see all debug logs together.
To many log could have bad influence on the rate to reproduce some
issues as well.

Some logs are added, and more is coming for aspeed-format.

Jammy Huang (2):
media: aspeed: use v4l2_info/v4l2_warn/v4l2_dbg for log
media: aspeed: add more debug log messages

drivers/media/platform/aspeed-video.c | 64 ++++++++++++++++++++-------
1 file changed, 47 insertions(+), 17 deletions(-)

--
2.25.1