1. 27 9月, 2005 1 次提交
  2. 19 9月, 2005 1 次提交
    • R
      [PATCH] IB/mthca: Initialize eq->nent before we use it · c915033f
      Roland Dreier 提交于
      In mthca_create_eq(), we call get_eqe() before setting eq->nent.  This
      is wrong, because get_eqe() uses eq->nent.  Fix this, and clean up the
      code a little while we're at it.  (We got lucky with the current code,
      because eq->nent was cleared to 0, which get_eqe() made happen to do
      the right thing)
      
      Pointed out by Michael S. Tsirkin <mst@mellanox.co.il>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      c915033f
  3. 27 8月, 2005 2 次提交
  4. 28 6月, 2005 3 次提交
  5. 17 4月, 2005 3 次提交