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

The isp_subdev_unsubscribe_event() function simply calls
v4l2_event_unsubscribe(), forwarding its arguments. Replace it 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/staging/media/atomisp/pci/atomisp_subdev.c