summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x
diff options
context:
space:
mode:
authorPan Bian <bianpan2016@163.com>2016-12-04 05:53:53 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-12-05 19:54:18 (GMT)
commit0ff18d2d36efad65572990fa7febeb3ebe19da89 (patch)
treece7a418232fddd07970d141154170161e2a1d67b /drivers/net/ethernet/broadcom/bnx2x
parent7cf6156633b71743c09a8e56b1f0dedfc4ce6e66 (diff)
downloadlinux-0ff18d2d36efad65572990fa7febeb3ebe19da89.tar.xz
net: ethernet: qlogic: set error code on failure
When calling dma_mapping_error(), the value of return variable rc is 0. And when the call returns an unexpected value, rc is not set to a negative errno. Thus, it will return 0 on the error path, and its callers cannot detect the bug. This patch fixes the bug, assigning "-ENOMEM" to err. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=189041 Signed-off-by: Pan Bian <bianpan2016@163.com> Acked-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/bnx2x')
0 files changed, 0 insertions, 0 deletions