Remove nonproductive assignment of qmport->cq_depth.
Coverity issue: 363717
Fixes:
ee57517 ("event/dlb: add port setup")
Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
/* The credit window is one high water mark of QEs */
qm_port->dir_pushcount_at_credit_expiry = 0;
qm_port->cached_dir_credits = cfg.dir_credit_high_watermark;
- qm_port->cq_depth = cfg.cq_depth;
/* CQs with depth < 8 use an 8-entry queue, but withhold credits so
* the effective depth is smaller.
*/