From: Greg Rose Date: Fri, 21 Sep 2012 00:14:14 +0000 (+0000) Subject: ixgbevf: Check for error on dma_map_single call X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~577^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6132ee8a3f123bdaf8682ede07c17b294ecbd255;p=pandora-kernel.git ixgbevf: Check for error on dma_map_single call Ignoring the return value from a call to the kernel dma_map API functions can cause data corruption and system instability. Check the return value and take appropriate action. Signed-off-by: Greg Rose Tested-by: Phil Schmitt Tested-by: Sibai Li Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed