media: staging: media: imx: imx7-media-csi: Drop the imx_media notifier
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 6 Feb 2022 05:13:53 +0000 (05:13 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 8 Jul 2022 17:02:29 +0000 (18:02 +0100)
commitd79d5e00be510f8bae4ded0e853238d3f50cd5db
tree21d737fb995848c1a46c49ada9d7e1dedbcd04a8
parent3c05e2dd4f596aaa01fd295ca30983999d6517dd
media: staging: media: imx: imx7-media-csi: Drop the imx_media notifier

The V4L2 async notifier embedded in the imx_media_dev structure is
triggered when the CSI bridge subdev is registered. We don't need an
async notifier for this, as we can call the .complete() handler directly
from the CSI bridge subdev .registered() handler.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Rui Miguel Silva <rmfrfs@gmail.com>
Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/imx/imx7-media-csi.c