Hi folks, This set does three things: refactor link creation in ipu3-cio2 driver by using v4l2_fwnode_create_links_for_pad(), add debug prints in v4l2_fwnode_create_links_for_pad() and drop an unneeded debug print in media_relase(). since v1: - Drop mistakenly added Prabhakar's Tested-by:. - Print entity names and pad numbers for links that already exist in v4l2_create_fwnode_links_to_pad(). - Use "was" instead of "is" when comparing pad indices. Sakari Ailus (3): media: ipu3-cio2: Further clean up async subdev link creation media: v4l2-mc: Add debug prints for v4l2_fwnode_create_links_for_pad() media: mc: Drop useless debug print on file handle release drivers/media/mc/mc-devnode.c | 1 - drivers/media/pci/intel/ipu3/ipu3-cio2.c | 22 +++++----------------- drivers/media/v4l2-core/v4l2-mc.c | 23 +++++++++++++++++++---- 3 files changed, 24 insertions(+), 22 deletions(-) -- 2.39.2