Re: [ewg] printk in ofed-1.3 ib_destroy_qp()

2007-11-07 Thread Steve Wise
Perhaps I'm missing something, but I don't see this in the kernel tree. Can you give me a git commit id? Thanks, Steve. Jack Morgenstein wrote: On Tuesday 06 November 2007 22:02, Tziporet Koren wrote: Steve Wise wrote: Should this printk be here? else

[ewg] printk in ofed-1.3 ib_destroy_qp()

2007-11-06 Thread Steve Wise
Should this printk be here? int ib_destroy_qp(struct ib_qp *qp) { struct ib_pd *pd; struct ib_cq *scq, *rcq; struct ib_srq *srq; struct ib_xrcd *xrcd; enum ib_qp_type qp_type = qp-qp_type; int ret; pd = qp-pd; scq = qp-send_cq;