git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa3a44
)
i40e: use common failure flow
author
Jesse Brandeburg
<jesse.brandeburg@intel.com>
Fri, 13 Sep 2013 08:23:18 +0000
(08:23 +0000)
committer
Jeff Kirsher
<jeffrey.t.kirsher@intel.com>
Fri, 27 Sep 2013 11:50:46 +0000
(
04:50
-0700)
As mentioned by Joe Perches, we should be using
foo = alloc(...)
if (!foo)
return -ENOMEM;
return 0;
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
CC: Joe Perches <joe@perches.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
No differences found