aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2010-10-08 15:49:04 +0200
committerGreg Kroah-Hartman <[email protected]>2010-10-08 07:29:57 -0700
commit370adc7cb052a29531b8177d3be770ae9e631bd2 (patch)
tree0fb94139e12808c74d204d02b25c51b11dd03777 /tools/perf/scripts/python
parent02339374cf3a28c30b5a137ab181eed358589dea (diff)
Staging: bcm: silence off by one warning
"status" is used as an index into the Adapter->PackInfo[] array, which has NO_OF_QUEUES elements. This code actually works OK. The SearchSfid() function always returns a valid index or it returns NO_OF_QUEUES + 1. But it looks sloppy and it makes the static checkers complain. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions