net: hns3: Change return type of hnae3_register_ae_algo
authorFuyun Liang <[email protected]>
Tue, 15 May 2018 18:20:09 +0000 (19:20 +0100)
committerDavid S. Miller <[email protected]>
Wed, 16 May 2018 15:33:07 +0000 (11:33 -0400)
commit854cf33a63106667fea7265b9c222566dbb5edc6
treef2965df911667f1cd44ef1f3b3b5556d54d43c5a
parent50fbc237b75720ca08d1fd9c6408cfe5c2217bbf
net: hns3: Change return type of hnae3_register_ae_algo

The ae_algo is used by many ae_devs. It is not only belong to just a
ae_dev. Initializing ae_dev failed does not represent registering ae_algo
failed. Because the action of registering ae_algo just is adding ae_algo
to the ae_algo list and it is always is true, it make no sense to define
return type as int.

This patch changes the return type of hnae3_register_ae_algo from int to
void.

Signed-off-by: Fuyun Liang <[email protected]>
Signed-off-by: Peng Li <[email protected]>
Signed-off-by: Salil Mehta <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/hisilicon/hns3/hnae3.c
drivers/net/ethernet/hisilicon/hns3/hnae3.h
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c