v4l2: cast unused return to void
authorLuis de Bethencourt <luis.bg@samsung.com>
Tue, 21 Apr 2015 14:21:33 +0000 (15:21 +0100)
committerLuis de Bethencourt <luis.bg@samsung.com>
Tue, 21 Apr 2015 14:21:37 +0000 (15:21 +0100)
commitdad26043c321eeaefd8948132c7f5bfa5d6cf7f9
treebc8cc4daf572affa93232bc7059cff82af5ae886
parent5c7c90ff2ccff58a6ebfb2a99361c668be2eeee2
v4l2: cast unused return to void

Quell unchecked return value defect by casting the return value to void and
making it explicit it is going to be ignored.

CID #206031
sys/v4l2/v4l2_calls.c