Commit 2f1fc5ef authored by Luca Weiss's avatar Luca Weiss Committed by Mauro Carvalho Chehab
Browse files

media: ov5640: Add support for flash and lens devices



Parse async sub-devices related to the sensor by switching the async
sub-device registration function.

Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent fa4bb7d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3054,7 +3054,7 @@ static int ov5640_probe(struct i2c_client *client)
	if (ret)
		goto entity_cleanup;

	ret = v4l2_async_register_subdev(&sensor->sd);
	ret = v4l2_async_register_subdev_sensor_common(&sensor->sd);
	if (ret)
		goto free_ctrls;