projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa4bb7d
)
media: ov5640: Add support for flash and lens devices
author
Luca Weiss
<luca@z3ntu.xyz>
Fri, 21 Jun 2019 17:20:25 +0000
(14:20 -0300)
committer
Mauro Carvalho Chehab
<mchehab+samsung@kernel.org>
Thu, 15 Aug 2019 11:05:57 +0000
(08:05 -0300)
Parse async sub-devices related to the sensor by switching the async
sub-device registration function.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/i2c/ov5640.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/ov5640.c
b/drivers/media/i2c/ov5640.c
index
a0229df
..
500d9bb
100644
(file)
--- a/
drivers/media/i2c/ov5640.c
+++ b/
drivers/media/i2c/ov5640.c
@@
-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;