]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: raspberrypi: Switch to remove_new
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 9 Jul 2024 06:37:15 +0000 (16:37 +1000)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 12 Jul 2024 08:11:43 +0000 (10:11 +0200)
commit68a72104cbcf38ad16500216e213fa4eb21c4be2
treeba0be8ec605a932d3bb6a7f274a366a26ce53c37
parent1c2c57bd439ecaffc728139a0a00701bee886d0a
media: raspberrypi: Switch to remove_new

The remove callback's return value is about to change from int to void,
this is done by commit 0edb555a65d1 ("platform: Make
platform_driver::remove() return void"). Prepare for merging the patch by
switching the PiSP driver from remove to remove_new callback.

Fixes: 12187bd5d4f8 ("media: raspberrypi: Add support for PiSP BE")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Naushir Patuck <naush@raspberrypi.com>
Acked-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/raspberrypi/pisp_be/pisp_be.c