]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: mc: Improve unconnected pads debugging message in link exploration
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 20 Aug 2025 14:00:21 +0000 (17:00 +0300)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Mon, 25 Aug 2025 13:40:44 +0000 (15:40 +0200)
commit16428e2449ab96cce27be6ab17b750b404c76c7c
tree802ce47704c326619b5ef7d4654fa9a9a52b22d8
parenteec81250219a209b863f11d02128ec1dd8e20877
media: mc: Improve unconnected pads debugging message in link exploration

When exploring links, a message is printed to indicate unconnected pads
being added. The message prints the entity name only. Print the origin
pad number as well to help with debugging pipeline start issues. While
at it, get the entity name from origin->entity instead of local->entity.
Both point to the same entity, but the former conveys the meaning
better.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/mc/mc-entity.c