CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/10 12:03:51
Modified files:
sys/dev/pv : if_vio.c
Log message:
Fix copy-paste error in the error path of vio_alloc_mem() that checked
the wrong variable (sc_tx_dmamaps[i] instead of sc_rx_dmamaps[i]).
Coverity CID 1452937; Severity: Minor
OK mikeb@
