Date: Fri, 23 Aug 2013 18:45:40 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r254731 - head/sys/dev/cxgb/ulp/iw_cxgb Message-ID: <201308231845.r7NIjeJP017736@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: np Date: Fri Aug 23 18:45:39 2013 New Revision: 254731 URL: http://svnweb.freebsd.org/changeset/base/254731 Log: Whitespace cleanup. Modified: head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c Modified: head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c ============================================================================== --- head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c Fri Aug 23 18:38:43 2013 (r254730) +++ head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c Fri Aug 23 18:45:39 2013 (r254731) @@ -1097,9 +1097,8 @@ out: * If free is 1, then we've disassociated the EP from the QP * and we need to dereference the EP. */ - if (free) + if (free) put_ep(&ep->com); - CTR2(KTR_IW_CXGB, "%s exit state %d", __FUNCTION__, qhp->attr.state); return ret;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308231845.r7NIjeJP017736>