diff options
author | Jesse Brandeburg <[email protected]> | 2013-09-13 08:23:18 +0000 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2013-09-27 04:50:46 -0700 |
commit | 93bc73b8273e40d8202764a1096ce59c5f7f7c0c (patch) | |
tree | 81efe3863996949566f02b72b5c47bd6c975f258 /net/lapb/lapb_iface.c | |
parent | 5aa3a44918db13257ade0bb1caf662f7815de357 (diff) |
i40e: use common failure flow
As mentioned by Joe Perches, we should be using
foo = alloc(...)
if (!foo)
return -ENOMEM;
return 0;
Signed-off-by: Jesse Brandeburg <[email protected]>
CC: Joe Perches <[email protected]>
Tested-by: Kavindya Deegala <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions