aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSean Young <[email protected]>2018-12-04 04:59:10 -0500
committerMauro Carvalho Chehab <[email protected]>2018-12-05 03:22:10 -0500
commitd95947c05eaf4696c7cbb5449738e1a3e180ad22 (patch)
tree737bb5fae7a9c2ebf1de71c6a4fed923279bb617 /tools/perf/scripts/python/bin
parentd695eb5b3b963230652db29eae341a9706c593f4 (diff)
media: dib7000p: Remove dead code
Clang warns that 'interleaving' is assigned to itself in this function. drivers/media/dvb-frontends/dib7000p.c:1874:15: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] interleaving = interleaving; ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ 1 warning generated. Just remove the self-assign and leave existing code in place for now. Reported-by: Nick Desaulniers <[email protected]> Suggested-by: Nathan Chancellor <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions