diff options
author | Antti Palosaari <crope@iki.fi> | 2014-02-01 19:58:28 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-12 15:04:52 +0400 |
commit | 2f9dff3f39f0d6dac9209e2267517aebc1c6f86c (patch) | |
tree | 14446f3db5c3ddf8b011aa4f998deb65adf262b0 /drivers/media/platform | |
parent | 8a648fbbc1a1a3b4b500c63b5a953397103dfe22 (diff) | |
download | linux-2f9dff3f39f0d6dac9209e2267517aebc1c6f86c.tar.xz |
[media] m88ds3103: possible uninitialized scalar variable
It was possible that tuner_frequency variable, used for carrier offset
compensation, was uninitialized. That happens when tuner
.get_frequency() callback is not defined.
Currently that case is not possible as only used tuner has this callback.
Coverity CID 1166057: Uninitialized scalar variable (UNINIT)
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform')
0 files changed, 0 insertions, 0 deletions