Hi Ezequiel,
On Sat, Jul 20, 2019 at 08:47:07AM -0300, Ezequiel Garcia wrote:
> Currently, the v4l2 control code is a bit silent on errors.
> Add debug messages on (hopefully) most of the error paths.
>
> Signed-off-by: Ezequiel Garcia
> ---
> Changes from v3:
> * Add missing parenthesis around
Currently, the v4l2 control code is a bit silent on errors.
Add debug messages on (hopefully) most of the error paths.
Signed-off-by: Ezequiel Garcia
---
Changes from v3:
* Add missing parenthesis around macro argument.
Changes from v3:
* Fix checkpatch.pl warnings about long lines.
Changes fro