aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKeerthi Reddy <[email protected]>2017-09-28 20:28:40 +0530
committerGreg Kroah-Hartman <[email protected]>2017-09-29 15:26:06 +0200
commite5c9d1107a07c871c3ce0f55b7c175e043581900 (patch)
tree57e16d838ce5454707d4423c6d7a65c4e09cd132 /tools/perf/scripts/python
parentd3c2d5289b45df05ba55a4a1faf2ecca7ba7facb (diff)
Staging: vc04_services: remove unused variables
the volatile fields of bcm2835_alsa_stream - control and status are not used. $ grep bcm2835_alsa_stream >From the above command all instances we see that all variables of 'bcm2835_alsa_stream' are declared as 'alsa_stream' So search for 'control' wherever we have 'alsa_stream' $ grep -l 'alsa_stream' | xargs grep "control" The above command returns where we don't any usage of 'control' field. which means that there is no usage of these fields. similarly for 'status' we see no usages. Signed-off-by: Keerthi Reddy <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions