aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-notifier-error-inject.c
diff options
context:
space:
mode:
authorChristophe Jaillet <[email protected]>2017-02-18 12:28:15 +0100
committerDoug Ledford <[email protected]>2017-02-19 09:27:29 -0500
commit4cd33aafe45866860b7c72401297d1efcd7bd8aa (patch)
tree191aa38d27eaf1854454ad94e2dca83c9a5270d6 /lib/netdev-notifier-error-inject.c
parente57f774db1fef3d983fd77db0f48f3f39875c65f (diff)
RDMA/qedr: Fix some error handling
'qedr_alloc_pbl_tbl()' can not return NULL. In qedr_init_user_queue(): - simplify the test for the return value, no need to test for NULL - propagate the error pointer if needed, otherwise 0 (success) is returned. This is spurious. In init_mr_info(): - test the return value with IS_ERR - propagate the error pointer if needed instead of an exlictit -ENOMEM. This is a no-op as the only error pointer that we can have here is already -ENOMEM Signed-off-by: Christophe JAILLET <[email protected]> Acked-by: Ram Amrani <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions