> > - struct nes_qp *nesqp; > > + struct nes_qp *nesqp = NULL; > > Is this really just a cleanup, or is this properly part of > the previous patch? > nesqp in rem_ref_cm_node() is assigned before use so this change really doesn't matter. Do you want me to take it out? Chien