diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2015-12-19 12:28:37 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-01-25 15:15:37 -0200 |
commit | d5441ea58ccc70637b75b035dee61685b516a5ca (patch) | |
tree | ec5f0d7422b5df9d38073aa77f5b3b2516e9a727 /drivers/media/i2c | |
parent | 0d2f79c2bb34d9a9631a43b8d5ea7f2968564a6a (diff) | |
download | blackbird-op-linux-d5441ea58ccc70637b75b035dee61685b516a5ca.tar.gz blackbird-op-linux-d5441ea58ccc70637b75b035dee61685b516a5ca.zip |
[media] gsc-m2m: Use an unsigned data type for a variable
The data type "int" was used by the variable "ret" in the
gsc_m2m_poll() function despite of the aspect that the type "unsigned int"
will usually be needed for the return value from a call of the
v4l2_m2m_poll() function.
Improve this implementation detail by addition of the type modifier then.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/i2c')
0 files changed, 0 insertions, 0 deletions