Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139318
b: refs/heads/master
c: a447b77
h: refs/heads/master
v: v3
  • Loading branch information
Kay Sievers authored and Jesse Barnes committed Mar 20, 2009
1 parent baa96cc commit 4f4a788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22106368c999246c414610dcaacd485e741605b1
refs/heads/master: a447b772826fde2a3abfd9bb943dee8750994c55
3 changes: 2 additions & 1 deletion trunk/drivers/pci/hotplug/cpqphp_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4f4a788

Please sign in to comment.