media: i2c: rdacm21: Remove an incorrect fwnode_handle_put() call
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 30 Aug 2023 20:34:51 +0000 (22:34 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 14 Sep 2023 21:31:55 +0000 (23:31 +0200)
commit12d21fc2ba88e3bb41167afb5c6c0e961f2ab0c9
tree2b15e529598e87d6979531aed01a6b477d7b30ef
parentfaece4ad72b06308101d7f9cacaf8dd6df4fdc1f
media: i2c: rdacm21: Remove an incorrect fwnode_handle_put() call

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

Remove the same call from the remove function.

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