aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Li <[email protected]>2021-02-09 10:41:56 +0800
committerDavid S. Miller <[email protected]>2021-02-09 15:34:07 -0800
commit6e7f109ee9d8ed94a8c403e4daf34e752602148b (patch)
tree44b1948c38b4b883a612548466fb346544ed3309
parentc5aaf1761883bbc02a8a158a0bc7a5950ad8542b (diff)
net: hns3: change hclge_parse_speed() param type
The type of parameters in hclge_parse_speed() should be unsigned type, so change them. Signed-off-by: Peng Li <[email protected]> Signed-off-by: Huazhong Tan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
index 74522a379e5a..5f3e8449164d 100644
--- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
@@ -928,7 +928,7 @@ static int hclge_query_pf_resource(struct hclge_dev *hdev)
return 0;
}
-static int hclge_parse_speed(int speed_cmd, int *speed)
+static int hclge_parse_speed(u8 speed_cmd, u32 *speed)
{
switch (speed_cmd) {
case 6: