commit | 37287fae7e4506fb0822523587c769783164cdd6 | [log] [tgz] |
---|---|---|
author | Christoph Paasch <christoph.paasch@uclouvain.be> | Wed Mar 20 08:59:46 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Mar 27 03:26:27 2013 -0700 |
tree | afd875026b95a73bc4aeb11915c0b02f93153b07 | |
parent | 065946c65a61943b4c609a0a1b1bac6742b3b593 [diff] |
e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffers After dma_map_page, dma_mapping_error must be called. It seems safe to not free the skb/page allocated in this function, as the skb/page can be reused later. Signed-off-by: Christoph Paasch <christoph.paasch@uclouvain.be> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>