diff options
| author | Colin Ian King <[email protected]> | 2024-10-02 16:53:29 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2024-10-16 07:32:41 +0000 |
| commit | 24ad2d1f773a11f69eecec3ec37ea3d76f2e9e7d (patch) | |
| tree | db62db5e1ba9225a8d5800f85542e1799b95c4ec /drivers/media/v4l2-core/v4l2-subdev.c | |
| parent | media: Documentation: Improve v4l2_subdev_{en,dis}able_streams documentation (diff) | |
| download | kernel-24ad2d1f773a11f69eecec3ec37ea3d76f2e9e7d.tar.gz kernel-24ad2d1f773a11f69eecec3ec37ea3d76f2e9e7d.zip | |
media: i2c: ds90ub960: Fix missing return check on ub960_rxport_read call
The function ub960_rxport_read is being called and afterwards ret is
being checked for any failures, however ret is not being assigned to
the return of the function call. Fix this by assigning ret to the
return of the call which appears to be missing.
Fixes: afe267f2d368 ("media: i2c: add DS90UB960 driver")
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-subdev.c')
0 files changed, 0 insertions, 0 deletions
