commit | 72e3ae508906553e7bc982bf3c0d99bb1cbe9008 | [log] [tgz] |
---|---|---|
author | Murat Sezgin <msezgin@codeaurora.org> | Wed Nov 20 16:23:06 2019 -0800 |
committer | Murat Sezgin <msezgin@codeaurora.org> | Fri Nov 22 11:09:24 2019 -0800 |
tree | 057c8b018f09b0e2622d462ca88b3ef7fb52a88d | |
parent | 45da88d6382f8ce0728efad0e78b55a0f225c641 [diff] |
[qca-nss-ecm] Fix neighbour solicitation send function. dst_ops->neigh_lookup function pointer is set to the ip6_neigh_lookup function. This function returns an error pointer with the ERR_PTR() macro. So, we should check the return value of this function pointer with the IS_ERR() macro. Change-Id: I188a6e53278faaa68f1854524f612efc1f7451fe Signed-off-by: Murat Sezgin <msezgin@codeaurora.org>