Re: [PATCH] net: ethernet: aquantia: Fix wrong return value

2020-08-03 Thread David Miller
From: Tianjia Zhang Date: Sun, 2 Aug 2020 19:15:37 +0800 > In function hw_atl_a0_hw_multicast_list_set(), when an invalid > request is encountered, a negative error code should be returned. > > Fixes: bab6de8fd180b ("net: ethernet: aquantia: Atlantic A0 and B0 specific > functions") > Cc: Davi

[PATCH] net: ethernet: aquantia: Fix wrong return value

2020-08-02 Thread Tianjia Zhang
In function hw_atl_a0_hw_multicast_list_set(), when an invalid request is encountered, a negative error code should be returned. Fixes: bab6de8fd180b ("net: ethernet: aquantia: Atlantic A0 and B0 specific functions") Cc: David VomLehn Signed-off-by: Tianjia Zhang --- drivers/net/ethernet/aquan