freebsd-skq/sys/dev/sfxge
arybchik a98735b36c sfxge: pass correct address to free allocated memory in the case of load error
It is one more place missed in the previous fix.
Most likely is was just memory leak on the error handling path since
typically efsys_mem_t is filled in by zeros on allocation.

Sponsored by:   Solarflare Communications, Inc.
Approved by:    gnn (mentor)
2015-02-22 18:50:59 +00:00
..
common sfxge: using bus_space_*_stream_* API for better portability 2015-02-22 18:48:54 +00:00
sfxge_dma.c sfxge: pass correct address to free allocated memory in the case of load error 2015-02-22 18:50:59 +00:00
sfxge_ev.c sfxge: add driver context member with number of event queues 2015-02-18 06:21:59 +00:00
sfxge_intr.c sfxge: implemented parameter to restrict RSS channels 2015-01-29 19:09:14 +00:00
sfxge_mcdi.c sfxge: make lock names unique 2015-02-05 11:39:15 +00:00
sfxge_port.c sfxge: SYSCTL_IN/OUT should not be called with non-sleepable lock held 2015-02-16 06:10:17 +00:00
sfxge_rx.c sfxge: style fixes 2015-02-20 19:39:40 +00:00
sfxge_rx.h Make size of Tx and Rx rings configurable 2014-09-30 20:36:07 +00:00
sfxge_tx.c sfxge: TxQ block level should use EFX_TXQ_LIMIT as maximum TxQ size 2015-02-22 07:20:04 +00:00
sfxge_tx.h sfxge: more accurate calculation of maximum number of TSO segments 2015-02-21 06:24:48 +00:00
sfxge.c sfxge: make lock names unique 2015-02-05 11:39:15 +00:00
sfxge.h sfxge: add driver context member with number of event queues 2015-02-18 06:21:59 +00:00