net: hsr: fix debugfs path to support multiple interfaces
Fix the path of hsr debugfs root directory to use the net device name so that it can work with multiple interfaces. While at it, also fix some typos. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
这个提交包含在:
@@ -485,7 +485,7 @@ int hsr_dev_finalize(struct net_device *hsr_dev, struct net_device *slave[2],
|
||||
goto fail;
|
||||
|
||||
mod_timer(&hsr->prune_timer, jiffies + msecs_to_jiffies(PRUNE_PERIOD));
|
||||
res = hsr_debugfs_init(hsr);
|
||||
res = hsr_debugfs_init(hsr, hsr_dev);
|
||||
if (res)
|
||||
goto fail;
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户