On Mon, Jul 18, 2011 at 9:35 AM, Hefty, Sean <[email protected]> wrote: >> - if (ret && !IS_ERR(id_priv->cm_id.ib)) { >> + if (ret && !IS_ERR(id)) { >> ib_destroy_cm_id(id_priv->cm_id.ib); > > I would change the above line to ib_destroy_cm_id(id) to align the destroy > call with the if statement.
OK, I'll grab this and make that suggested change as I merge it... no need to resend. - R. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
