On Wed, Apr 22, 2020 at 12:22:11PM +0300, Dan Carpenter wrote: > 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") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > Acked-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> > --- > drivers/infiniband/hw/i40iw/i40iw_hw.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-rc, thanks Jason