media: aspeed: use v4l2_info/v4l2_warn/v4l2_dbg for log
authorJammy Huang <jammy_huang@aspeedtech.com>
Tue, 7 Dec 2021 01:41:46 +0000 (02:41 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 28 Jan 2022 18:32:50 +0000 (19:32 +0100)
commita3de90afe3925f4b9cf2e74ddcc29ab7bf5bb34e
treeae77118bedaecaa5f608810e8979053b7ec20d2c
parent932de2cd49943faf03b2c99eaebcd30c402bed0c
media: aspeed: use v4l2_info/v4l2_warn/v4l2_dbg for log

The debug log level, 0~3, is controlled by module_param, debug.
The higher the value, the more the information.
  0: off
  1: info
  2: debug
  3: register operations

Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/aspeed-video.c