commit | 3abafaf41ab743162cae543932d94575d483ecbb | [log] [tgz] |
---|---|---|
author | Tom Rix <trix@redhat.com> | Tue Oct 06 22:38:17 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Mon Nov 16 10:31:15 2020 +0100 |
tree | 69bc6c621223c52a2b8463a14a6c6e0cdf3b54fe | |
parent | 734f0b0153f91b0bf79aea84593befffc85c3f98 [diff] |
media: ov7670: do not aggregate returns Adding muliple status together loses individual failures. Check each status separately. Clean up some other returns for consistency. Fixed several coding style problems by running the file through checkpatch.pl --fix-inplace Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>