]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: omap3isp: Drop custom .unsubscribe_event() handler
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 1 Aug 2025 21:19:31 +0000 (00:19 +0300)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Mon, 25 Aug 2025 13:40:32 +0000 (15:40 +0200)
commit1182d0dde240670bf35f2855777ec9b2a48ed15a
tree07db47c54f323dc959c495c1340553069fa87bfe
parent5195b777552d2e2fa735c6cad75797efa132bd60
media: omap3isp: Drop custom .unsubscribe_event() handler

The ccdc_unsubscribe_event() and omap3isp_stat_unsubscribe_event()
functions simply call v4l2_event_unsubscribe(), forwarding their
arguments. Replace them with the v4l2_event_subdev_unsubscribe() helper
that performs exactly the same operation.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/ti/omap3isp/ispccdc.c
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
drivers/media/platform/ti/omap3isp/isph3a_af.c
drivers/media/platform/ti/omap3isp/isphist.c
drivers/media/platform/ti/omap3isp/ispstat.c
drivers/media/platform/ti/omap3isp/ispstat.h