commit | 370adc7cb052a29531b8177d3be770ae9e631bd2 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Fri Oct 08 15:49:04 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 08 07:29:57 2010 -0700 |
tree | 0fb94139e12808c74d204d02b25c51b11dd03777 | |
parent | 02339374cf3a28c30b5a137ab181eed358589dea [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 <error27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>