Searched hist:ab0625f0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv090x.c | ab0625f0 Wed Nov 01 16:06:01 CDT 2017 Mauro Carvalho Chehab <mchehab@s-opensource.com> media: stv090x: Only print tuner lock if get_status is available
The current code doesn't report tuner lock properly if the tuner get_status callback is not available, as reported by smatch: drivers/media/dvb-frontends/stv090x.c:2220 stv090x_get_coldlock() error: uninitialized symbol 'reg'.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> ab0625f0 Wed Nov 01 16:06:01 CDT 2017 Mauro Carvalho Chehab <mchehab@s-opensource.com> media: stv090x: Only print tuner lock if get_status is available The current code doesn't report tuner lock properly if the tuner get_status callback is not available, as reported by smatch: drivers/media/dvb-frontends/stv090x.c:2220 stv090x_get_coldlock() error: uninitialized symbol 'reg'. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|