diff options
author | GeunSik Lim <leemgs1@gmail.com> | 2009-09-07 08:39:25 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:50:49 -0400 |
commit | ea5ffff57dce2f4c85ab056f4b0a202f71db2bdf (patch) | |
tree | 7e41141478a8d366ca8133682ffee4fb3b948a7f /drivers/block/pktcdvd.c | |
parent | 837cbb07618d61114354596931dd1998b672c5d8 (diff) |
debugfs: Modify default debugfs directory for debugging pktcdvd.
As we all know, We need change default directory for consistency of
debugfs by Greg K-H
Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/block/pktcdvd.c')
-rw-r--r-- | drivers/block/pktcdvd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/pktcdvd.c b/drivers/block/pktcdvd.c index 99a506f619b7..95f11cdef203 100644 --- a/drivers/block/pktcdvd.c +++ b/drivers/block/pktcdvd.c | |||
@@ -92,7 +92,7 @@ static struct mutex ctl_mutex; /* Serialize open/close/setup/teardown */ | |||
92 | static mempool_t *psd_pool; | 92 | static mempool_t *psd_pool; |
93 | 93 | ||
94 | static struct class *class_pktcdvd = NULL; /* /sys/class/pktcdvd */ | 94 | static struct class *class_pktcdvd = NULL; /* /sys/class/pktcdvd */ |
95 | static struct dentry *pkt_debugfs_root = NULL; /* /debug/pktcdvd */ | 95 | static struct dentry *pkt_debugfs_root = NULL; /* /sys/kernel/debug/pktcdvd */ |
96 | 96 | ||
97 | /* forward declaration */ | 97 | /* forward declaration */ |
98 | static int pkt_setup_dev(dev_t dev, dev_t* pkt_dev); | 98 | static int pkt_setup_dev(dev_t dev, dev_t* pkt_dev); |