CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/27 13:27:45
Modified files:
sys/dev/ic : nvme.c
Log message:
nvme: Don't set prp1 for DEL_IOCQ
NVM_ADMIN_DEL_IOCQ does not need prp1 (just as NVM_ADMIN_DEL_IOSQ).
Remove what is likely a cut'n'paste error from the *_ADD_* code.
tested by claudio@
ok jmatthew@
