HomeFreeBSD

Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function.

Description

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

Details

Provenance
dimAuthored on
Parents
rS285339: Rename zfs nvpair files to not colidate with our nvlist.
Branches
Unknown
Tags
Unknown