diff options
author | Daniel W. S. Almeida <dwlsalmeida@gmail.com> | 2020-08-07 10:35:34 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-08-29 07:48:14 +0200 |
commit | 333b90fb42f0debe613c48f2f8d307f1c805e43b (patch) | |
tree | 6434114532301c3d0900f32209be8200c78ae886 /drivers/media/pci/saa7164 | |
parent | 10e639041e003eadd2309bd332c03f83cbcdf0ca (diff) | |
download | lwn-333b90fb42f0debe613c48f2f8d307f1c805e43b.tar.gz lwn-333b90fb42f0debe613c48f2f8d307f1c805e43b.zip |
media: vicodec: vicodec-core.c: fix assignment of 0/1 to bool variable
Fix the following coccinelle reports:
drivers/media/test-drivers/vicodec/vicodec-core.c:1674:2-21:
WARNING: Assignment of 0/1 to bool variable
drivers/media/test-drivers/vicodec/vicodec-core.c:1675:2-26:
WARNING: Assignment of 0/1 to bool variable
By replacing the assignment to 0 with 'false' instead.
Found using - Coccinelle (http://coccinelle.lip6.fr)
Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/pci/saa7164')
0 files changed, 0 insertions, 0 deletions