commit | 37e31d2d26a4124506c24e95434e9baf3405a23a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Apr 22 12:22:11 2020 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon May 04 14:12:35 2020 -0300 |
tree | 6e50a04775b2e89a48ac430d8d7e000013902dc2 | |
parent | 0e698dfa282211e414076f9dc7e83c1c288314fd [diff] |
i40iw: Fix error handling in i40iw_manage_arp_cache() The i40iw_arp_table() function can return -EOVERFLOW if i40iw_alloc_resource() fails so we can't just test for "== -1". Fixes: 4e9042e647ff ("i40iw: add hw and utils files") Link: https://lore.kernel.org/r/20200422092211.GA195357@mwanda Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Shiraz Saleem <shiraz.saleem@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>