|
@@ -225,7 +225,8 @@ void cpqhp_shutdown_debugfs(void)
|
|
|
|
|
|
void cpqhp_create_debugfs_files(struct controller *ctrl)
|
|
|
{
|
|
|
- ctrl->dentry = debugfs_create_file(ctrl->pci_dev->dev.bus_id, S_IRUGO, root, ctrl, &debug_ops);
|
|
|
+ ctrl->dentry = debugfs_create_file(dev_name(&ctrl->pci_dev->dev),
|
|
|
+ S_IRUGO, root, ctrl, &debug_ops);
|
|
|
}
|
|
|
|
|
|
void cpqhp_remove_debugfs_files(struct controller *ctrl)
|