commit | 1cafbb867c6905d481c654291f2dc79d163a16f5 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Sat Aug 04 20:12:57 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon Sep 24 09:31:12 2018 -0400 |
tree | cfb736de62715f2c427e778eb5f00c1534380ad8 | |
parent | 1f32061e843205f6fe8404d5100d5adcec334e75 [diff] |
media: venus: helpers: use true and false for boolean values Return statements in functions returning bool should use true or false instead of an integer value. This code was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>