diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2019-03-25 16:20:47 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2019-03-25 18:02:27 -0400 |
| commit | 4f777d011bdd9e78fcf02701e89c8be457504a6c (patch) | |
| tree | 742a78d07fb8297d8bf88c6e61717080adab75d7 /tools/perf/scripts/python | |
| parent | 3d19cde7be76d4471426edc348bcf3b45c64f097 (diff) | |
media: pwc-ctl: pChoose can't be NULL
The way the code works, compression will be a valid value (less or equal to 3)
on both set_video_mode_foo() calls at the beginning of the while() loop.
So, the value for pChoose can't be NULL.
Solves those smatch warnings:
drivers/media/usb/pwc/pwc-ctrl.c: drivers/media/usb/pwc/pwc-ctrl.c:252 set_video_mode_Timon() warn: variable dereferenced before check 'pChoose' (see line 248)
drivers/media/usb/pwc/pwc-ctrl.c: drivers/media/usb/pwc/pwc-ctrl.c:302 set_video_mode_Kiara() warn: variable dereferenced before check 'pChoose' (see line 298)
and simplifies the code a little bit.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions