diff options
author | np <np@FreeBSD.org> | 2013-08-23 18:45:39 +0000 |
---|---|---|
committer | np <np@FreeBSD.org> | 2013-08-23 18:45:39 +0000 |
commit | e796164e5aec2a844c45b36e11905d4d3bb12add (patch) | |
tree | 30c8e302ae6ef32ea468710cccb40bfede9c3f07 | |
parent | 424d4dadd208e2a1e9a43c3d55f47f03ba0c4509 (diff) | |
download | FreeBSD-src-e796164e5aec2a844c45b36e11905d4d3bb12add.zip FreeBSD-src-e796164e5aec2a844c45b36e11905d4d3bb12add.tar.gz |
Whitespace cleanup.
-rw-r--r-- | sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c index 7734fd0..648d96b 100644 --- a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c +++ b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c @@ -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; |