Commit d8932f38 authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

media: et8ek8: 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 avatarSakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Reviewed-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c121ce59
...@@ -1453,7 +1453,7 @@ static int et8ek8_probe(struct i2c_client *client, ...@@ -1453,7 +1453,7 @@ static int et8ek8_probe(struct i2c_client *client,
goto err_mutex; goto err_mutex;
} }
ret = v4l2_async_register_subdev(&sensor->subdev); ret = v4l2_async_register_subdev_sensor_common(&sensor->subdev);
if (ret < 0) if (ret < 0)
goto err_entity; goto err_entity;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment