diff options
author | Todor Tomov <todor.tomov@linaro.org> | 2018-02-08 12:41:59 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-17 13:22:08 +0300 |
commit | 706487807377ae276c3d0f45347b3702d791da12 (patch) | |
tree | f776d3a57a6cbdd42a04b849757298f5299117a2 /drivers/media/i2c/ov2640.c | |
parent | ce96bcf5b4dbd91795870b81d5f80d5257e9cb4c (diff) | |
download | linux-706487807377ae276c3d0f45347b3702d791da12.tar.xz |
media: ov5645: Fix write_reg return code
I2C transfer functions return number of successful operations (on success).
Do not return the received positive return code but instead return 0 on
success. The users of write_reg function already use this logic.
Signed-off-by: Todor Tomov <todor.tomov@linaro.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c/ov2640.c')
0 files changed, 0 insertions, 0 deletions