commit | 6132ee8a3f123bdaf8682ede07c17b294ecbd255 | [log] [tgz] |
---|---|---|
author | Greg Rose <gregory.v.rose@intel.com> | Fri Sep 21 00:14:14 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Oct 23 01:12:09 2012 -0700 |
tree | 99bf153db330ede12413a2f46b3d54f2cb29d784 | |
parent | f44777024c9147932c0ec2af41ed2cd50ac151c3 [diff] |
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 <gregory.v.rose@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Tested-by: Sibai Li <sibai.li@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>