qed: Fix an off by one bug
authorDan Carpenter <[email protected]>
Wed, 14 Jun 2017 09:10:10 +0000 (12:10 +0300)
committerDavid S. Miller <[email protected]>
Wed, 14 Jun 2017 19:20:04 +0000 (15:20 -0400)
commit0331402aeaefe858709b0a4d44ade15f82d3a119
tree5fedec0e046a7ec22c573a51ddb1abc917da2ee9
parent44e179da0e27a1cc1001becefa0931634dbafae3
qed: Fix an off by one bug

The p_l2_info->pp_qid_usage[] array has "p_l2_info->queues" elements so
the > here should be a >= or we write beyond the end of the array.

Fixes: bbe3f233ec5e ("qed: Assign a unique per-queue index to queue-cid")
Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Yuval Mintz <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/qlogic/qed/qed_l2.c