Re: [PATCH V2 net 2/2] net: hns: fix fake link up on xge port

From: Jijie Shao
Date: Mon Dec 04 2023 - 09:43:51 EST



on 2023/12/4 18:19, Wojciech Drewek wrote:

On 04.12.2023 02:10, Jijie Shao wrote:
+static void hns_mac_link_anti_shake(struct mac_driver *mac_ctrl_drv,
+ u32 *link_status)
+{
It would be cleaner to return the link status than using output arg IMO

Yes, it's a good suggestion, and this is modified in v3