diff options
author | Nicholas Krause <xerofoify@gmail.com> | 2015-08-27 05:00:59 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-09-03 20:03:59 +0200 |
commit | 54b9a96f10d9acb7b1ffd40e2e1736443eb7656d (patch) | |
tree | d4101b1bb979c185d9eb919b39b55413be28f8af /sound/soc | |
parent | IB/sa: Fix rdma netlink message flags (diff) | |
download | linux-54b9a96f10d9acb7b1ffd40e2e1736443eb7656d.tar.xz linux-54b9a96f10d9acb7b1ffd40e2e1736443eb7656d.zip |
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>
Diffstat (limited to 'sound/soc')
0 files changed, 0 insertions, 0 deletions