aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/cyc_complexity_plugin.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2016-06-27 11:29:46 -0300
committerMauro Carvalho Chehab <[email protected]>2016-07-13 13:13:22 -0300
commitf91e5c0c5f39b2a5c0f1a66462665eddd7021d83 (patch)
treecdfda0b6c8bc5f5cb6c03d8fd2158d531aef77de /scripts/gcc-plugins/cyc_complexity_plugin.c
parente3e8d37e537ebe8a7acf639e97838e59266d0e30 (diff)
[media] dvb-usb: silence an uninitialized variable warning
My static checker complains that if adap->props.num_frontends is 0 then "ret" is uninitialized. I don't think that can happen. But "ret" is always zero here so we can just remove the condition. This extra check was added in commit 0d3ab8410dcb ('[media] dvb core: must check dvb_create_media_graph()'). Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions