aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/phy/wlc_phytbl_n.c
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-10-08 15:49:04 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 07:29:57 -0700
commit370adc7cb052a29531b8177d3be770ae9e631bd2 (patch)
tree0fb94139e12808c74d204d02b25c51b11dd03777 /drivers/staging/brcm80211/phy/wlc_phytbl_n.c
parentStaging: bcm: remove unneeded NULL check (diff)
downloadlinux-dev-370adc7cb052a29531b8177d3be770ae9e631bd2.tar.xz
linux-dev-370adc7cb052a29531b8177d3be770ae9e631bd2.zip
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>
Diffstat (limited to 'drivers/staging/brcm80211/phy/wlc_phytbl_n.c')
0 files changed, 0 insertions, 0 deletions