net: aquantia: add an error handling in aq_nic_set_multicast_list
authorChenwandun <chenwandun@huawei.com>
Fri, 18 Oct 2019 10:20:37 +0000 (18:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Oct 2019 19:16:38 +0000 (12:16 -0700)
commit3d00cf2fbb61212f47a3cf838be51c921366c937
treec8b93caf7d572182c09a24b46745ba5a412e4074
parent708738376cadba3ed6cf635a13694951d96a6936
net: aquantia: add an error handling in aq_nic_set_multicast_list

add an error handling in aq_nic_set_multicast_list, it may not
work when hw_multicast_list_set error; and at the same time
it will remove gcc Wunused-but-set-variable warning.

Signed-off-by: Chenwandun <chenwandun@huawei.com>
Reviewed-by: Igor Russkikh <igor.russkikh@aquantia.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/aquantia/atlantic/aq_nic.c