mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 11:56:48 +00:00
media: ov13858: 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: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
a42e78da59
commit
2e8a9fbb79
@ -1761,7 +1761,7 @@ static int ov13858_probe(struct i2c_client *client,
|
||||
goto error_handler_free;
|
||||
}
|
||||
|
||||
ret = v4l2_async_register_subdev(&ov13858->sd);
|
||||
ret = v4l2_async_register_subdev_sensor_common(&ov13858->sd);
|
||||
if (ret < 0)
|
||||
goto error_media_entity;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user