From: Christoph Paasch Date: Wed, 20 Mar 2013 08:59:41 +0000 (+0000) Subject: ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffers X-Git-Tag: v3.9-rc6~38^2~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=065946c65a61943b4c609a0a1b1bac6742b3b593;p=pandora-kernel.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed