Loading
net: hns3: make sure ptp clock is unregister and freed if hclge_ptp_get_cycle returns an error
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAQ6G2 ---------------------------------------------------------------------- During the initialization of ptp, hclge_ptp_get_cycle might return an error and returned directly without unregister clock and free it. To avoid that, call hclge_ptp_destroy_clock to unregist and free clock if hclge_ptp_get_cycle failed. Fixes: f61992ad ("net: hns3: change the method of obtaining default ptp cycle") Signed-off-by:Peiyang Wang <wangpeiyang1@huawei.com> Signed-off-by:
Hao Chen <chenhao418@huawei.com>