diff options
author | Christoph Paasch <christoph.paasch@uclouvain.be> | 2013-03-20 08:59:41 +0000 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2013-03-27 03:13:27 -0700 |
commit | 065946c65a61943b4c609a0a1b1bac6742b3b593 (patch) | |
tree | 8bdd2382bebd688b408854fc7448e051a1ce6612 /drivers/net/dsa | |
parent | d6b057b5dbba97e6ba13aace5270babd7c8b658c (diff) | |
download | blackbird-op-linux-065946c65a61943b4c609a0a1b1bac6742b3b593.tar.gz blackbird-op-linux-065946c65a61943b4c609a0a1b1bac6742b3b593.zip |
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>
Diffstat (limited to 'drivers/net/dsa')
0 files changed, 0 insertions, 0 deletions