commit | 9506902b7be2d8ccc235c14ccaec7f07b2c7d520 | [log] [tgz] |
---|---|---|
author | Matan Barak <matanb@mellanox.com> | Wed Dec 30 16:14:18 2015 +0200 |
committer | Doug Ledford <dledford@redhat.com> | Tue Jan 19 15:26:54 2016 -0500 |
tree | 196b87a189b9d2bf91a9ba52bbf5f6b059559e11 | |
parent | 2e2cdace5a26507a564d319a1338920a838ef52e [diff] |
IB/core: Fix dereference before check Sparse complains about dereference before check. Fixing this by moving the check before the dereference. Fixes: 200298326b27 ('IB/core: Validate route when we init ah') Signed-off-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>