commit | 065946c65a61943b4c609a0a1b1bac6742b3b593 | [log] [tgz] |
---|---|---|
author | Christoph Paasch <christoph.paasch@uclouvain.be> | Wed Mar 20 08:59:41 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Mar 27 03:13:27 2013 -0700 |
tree | 8bdd2382bebd688b408854fc7448e051a1ce6612 | |
parent | d6b057b5dbba97e6ba13aace5270babd7c8b658c [diff] |
ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffers After dma_map_single, dma_mapping_error must be called. It seems safe to not free the skb allocated in this function, as the skb can be reused later. Additionally this patch fixes one coding-style error. 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>