media: i2c: max9286: Remove an incorrect fwnode_handle_put() call
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 30 Aug 2023 20:57:36 +0000 (22:57 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 14 Sep 2023 21:31:55 +0000 (23:31 +0200)
commite784e78efba87571bcfaab09e8bd81a77c8feaa1
tree55244af2902314676d4f676f89905f8753bee760
parentc42d116ccb72b6a33728e2b4b76ab175197ffb07
media: i2c: max9286: Remove an incorrect fwnode_handle_put() call

The commit in Fixes has removed an fwnode_handle_put() call in the error
handling path of max9286_v4l2_register().

Remove the same call from max9286_v4l2_unregister().

Fixes: 1029939b3782 ("media: v4l: async: Simplify async sub-device fwnode matching")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/i2c/max9286.c