提交 81fafea6 编写于 作者: B Benjamin Herrenschmidt

powerpc/scom: Use "devspec" rather than "path" in debugfs entries

This is the traditional name for device-tree path, used in sysfs,
do the same for the XSCOM debugfs files.
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 4777f796
......@@ -180,7 +180,7 @@ static int scom_debug_init_one(struct dentry *root, struct device_node *dn,
debugfs_create_file("addr", 0600, dir, ent, &scom_addr_fops);
debugfs_create_file("value", 0600, dir, ent, &scom_val_fops);
debugfs_create_blob("path", 0400, dir, &ent->blob);
debugfs_create_blob("devspec", 0400, dir, &ent->blob);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册