commit | 2f9dff3f39f0d6dac9209e2267517aebc1c6f86c | [log] [tgz] |
---|---|---|
author | Antti Palosaari <crope@iki.fi> | Sat Feb 01 12:58:28 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Wed Mar 12 08:04:52 2014 -0300 |
tree | 14446f3db5c3ddf8b011aa4f998deb65adf262b0 | |
parent | 8a648fbbc1a1a3b4b500c63b5a953397103dfe22 [diff] |
[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>