WSL2-Linux-Kernel/drivers/infiniband/hw/cxgb4
Nicholas Krause 54b9a96f10 IB/cxgb4: Fix if statement in pick_local_ip6adddrs
This fixes an if statement checking the return value of the function
get_lladdr for success in the function pick_local_ip6addrs to instead
of directly checking the return value of this call check the opposite
as get_lladdr returns zero for success which would incorrectly make
this if statement block not execute with the current if statement
check.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2015-09-03 14:03:59 -04:00
..
Kconfig RDMA/cxgb4: Update Kconfig to include Chelsio T5 adapter 2014-04-28 17:29:41 -07:00
Makefile RDMA/cxgb4: Remove kfifo usage 2012-05-18 13:22:36 -07:00
cm.c IB/cxgb4: Fix if statement in pick_local_ip6adddrs 2015-09-03 14:03:59 -04:00
cq.c iw_cxgb4: gracefully handle unknown CQE status errors 2015-07-28 11:24:51 -04:00
device.c iw_cxgb4: support for bar2 qid densities exceeding the page size 2015-06-11 12:22:32 -04:00
ev.c InfiniBand/RDMA changes for 3.20 merge window: 2015-02-21 12:53:21 -08:00
id_table.c drivers/infiniband/hw: rename random32() to prandom_u32() 2013-05-07 18:38:27 -07:00
iw_cxgb4.h iw_cxgb4: Support ib_alloc_mr verb 2015-08-30 18:08:47 -04:00
mem.c iw_cxgb4: Support ib_alloc_mr verb 2015-08-30 18:08:47 -04:00
provider.c iw_cxgb4: Support ib_alloc_mr verb 2015-08-30 18:08:47 -04:00
qp.c iw_cxgb4: support for bar2 qid densities exceeding the page size 2015-06-11 12:22:32 -04:00
resource.c RDMA/cxgb4: Add missing debug stats 2014-04-11 11:36:09 -07:00
t4.h iw_cxgb4: support for bar2 qid densities exceeding the page size 2015-06-11 12:22:32 -04:00
t4fw_ri_api.h iw_cxgb4: Cleanup register defines/MACROS 2015-05-05 09:18:01 -04:00
user.h RDMA/cxgb4: add missing padding at end of struct c4iw_alloc_ucontext_resp 2014-06-05 09:13:54 -07:00