media: v4l2-fwnode: Use debug level for printing link frequencies
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 2 Sep 2020 12:04:12 +0000 (14:04 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 10 Sep 2020 12:21:02 +0000 (14:21 +0200)
commit32b6e400c34df3574ba05100ebcf9d9e8d722a49
tree29a81c0c22dd92e083a05a05c55958dc881eb6d0
parent2f248f7f346b4e2254b051131835713a56f9afe0
media: v4l2-fwnode: Use debug level for printing link frequencies

pr_info() was accidentally used to print the link frequencies whereas the
rest of the information is printed on debug level. Fix that by using
pr_debug() also for link frequencies.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/v4l2-core/v4l2-fwnode.c