Re: [PATCH] media: marvell-ccic: Add missed v4l2_async_notifier_cleanup()

2020-06-03 Thread Sakari Ailus
Hi Chuhong, Thanks for the patch. On Wed, Jun 03, 2020 at 07:56:05PM +0800, Chuhong Yuan wrote: > mccic_register() forgets to cleanup the notifier in its error handler. > Add the missed call to fix it. > > Fixes: 3eefe36cc00c ("media: marvell-ccic: use async notifier to get the > sensor") >

[PATCH] media: marvell-ccic: Add missed v4l2_async_notifier_cleanup()

2020-06-03 Thread Chuhong Yuan
mccic_register() forgets to cleanup the notifier in its error handler. Add the missed call to fix it. Fixes: 3eefe36cc00c ("media: marvell-ccic: use async notifier to get the sensor") Signed-off-by: Chuhong Yuan --- drivers/media/platform/marvell-ccic/mcam-core.c | 1 + 1 file changed, 1