]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: imx-mipi-csis: Move redundant debug print in probe
authorIsaac Scott <isaac.scott@ideasonboard.com>
Wed, 29 Oct 2025 18:03:19 +0000 (18:03 +0000)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Thu, 13 Nov 2025 09:57:52 +0000 (10:57 +0100)
commite10d6d961842d1619ca172f11dfb33d1fae46b5b
tree73facdf7e805f6c2fe4d72b68e6d699db8975a20
parentfd3f646e1c9d783d1f4ef30e5376ccf315a8ae30
media: imx-mipi-csis: Move redundant debug print in probe

The number of data lanes is already printed as part of
mipi_csis_async_register(), making the first part of this print
redundant. Remove the redundant print, and move the debug print for
clock frequency to mipi_csis_parse_dt().

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Isaac Scott <isaac.scott@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/nxp/imx-mipi-csis.c