linux/drivers/infiniband
Roland Dreier 6b63e3015a IB/mthca: Coverity fix to mthca_init_eq_table()
Fix bug found by coverity: the loop body never executed, because it
was doing for (i = 0; i < MTHCA_EQ_CMD; ++i), but MTHCA_EQ_CMD is 0.
The correct loop bound is MTHCA_NUM_EQ, to loop over all EQs.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-03-20 10:08:25 -08:00
..
core IB: Coverity fixes to sysfs.c 2006-03-20 10:08:25 -08:00
hw/mthca IB/mthca: Coverity fix to mthca_init_eq_table() 2006-03-20 10:08:25 -08:00
ulp IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue 2006-03-20 10:08:24 -08:00
Kconfig IB: Add SCSI RDMA Protocol (SRP) initiator 2005-11-02 14:07:13 -08:00
Makefile IB: Add SCSI RDMA Protocol (SRP) initiator 2005-11-02 14:07:13 -08:00