summaryrefslogtreecommitdiff
path: root/scripts/find-unused-docs.sh
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2018-04-06 15:12:51 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-04-17 12:29:32 +0300
commit693035dcebe446897fb7a1def8b8b1606eda4131 (patch)
treec4cb86441d2fad00deb458cf716f583e00b9e140 /scripts/find-unused-docs.sh
parentbef6b8947aca6cc0c0217a7650b1b970b8f9a9bb (diff)
downloadlinux-693035dcebe446897fb7a1def8b8b1606eda4131.tar.xz
media: vpbe_display: properly handle error case
if v4l2_subdev_call(..., VENC_GET_FLD,...) fails, it currently returns a random value. Instead, return 1. That's probably better than returning 0, as this is very likely what happens in practice with the current code, as as the probably of an unititialized 32 bits integer to have an specific value (0, in this case), is 1/(2^32). An alternative would be to return an error code, and let the caller to hint, based on the past received frame, but that sounds weird. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'scripts/find-unused-docs.sh')
0 files changed, 0 insertions, 0 deletions