Files
android_kernel_xiaomi_sm8450/drivers/infiniband/hw/mthca
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
..
2005-04-16 15:20:36 -07:00
2006-03-20 10:08:17 -08:00
2006-03-20 10:08:09 -08:00
2005-10-30 17:37:32 -08:00
2005-10-30 17:37:32 -08:00