summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/ulp
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2013-08-23 18:45:39 +0000
committernp <np@FreeBSD.org>2013-08-23 18:45:39 +0000
commite796164e5aec2a844c45b36e11905d4d3bb12add (patch)
tree30c8e302ae6ef32ea468710cccb40bfede9c3f07 /sys/dev/cxgb/ulp
parent424d4dadd208e2a1e9a43c3d55f47f03ba0c4509 (diff)
downloadFreeBSD-src-e796164e5aec2a844c45b36e11905d4d3bb12add.zip
FreeBSD-src-e796164e5aec2a844c45b36e11905d4d3bb12add.tar.gz
Whitespace cleanup.
Diffstat (limited to 'sys/dev/cxgb/ulp')
-rw-r--r--sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c3
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;
OpenPOWER on IntegriCloud