freebsd-nq/sys/dev/cxgb/ulp
Dimitry Andric 4afafe0c86 Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function.
Detected by clang 3.7.0 with the warning:

sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.c:309:18: error: variable
'rptr' is uninitialized when used here [-Werror,-Wuninitialized]
                chp->cq.rptr = rptr;
                               ^~~~

MFC after:	1 week
2015-07-09 22:13:23 +00:00
..
iw_cxgb Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function. 2015-07-09 22:13:23 +00:00
tom Provide a set of inline functions to manage simple mbuf(9) queues, based 2015-02-19 01:19:42 +00:00