On 14/04/2022 14:00, Sakari Ailus wrote:
ret = clk_prepare_enable(imx412->inclk); if (ret) { + regulator_bulk_disable(imx412->num_supplies, + imx412->supplies);As the function already has an error handling section using labels, this should go there as well.
Are you asking to move regulator_bulk_disable() to error_reset ?