Jia-Ju Bai 5e5d49422d e100: Release skb when DMA mapping is failed in e100_xmit_prepare
When pci_dma_mapping_error in e100_xmit_prepare is failed, the skb buffer
allocated by netdev_alloc_skb_ip_align in e100_rx_alloc_skb is not
released, which causes a possible resource leak.
This patch adds error handling code to fix it.

Signed-off-by: Jia-Ju Bai <baijiaju1990@163.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2015-08-18 14:06:05 -07:00
..
2015-08-13 21:12:17 -07:00
2015-08-12 14:44:16 -07:00
2015-07-08 16:00:09 -07:00
2015-08-13 22:43:22 -07:00
2015-08-13 22:43:22 -07:00
2015-08-13 22:43:22 -07:00