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