Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea5ffff5 authored by GeunSik Lim's avatar GeunSik Lim Committed by Greg Kroah-Hartman
Browse files

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: default avatarGeunSik Lim <geunsik.lim@samsung.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 837cbb07
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -92,7 +92,7 @@ static struct mutex ctl_mutex; /* Serialize open/close/setup/teardown */
static mempool_t *psd_pool;
static mempool_t *psd_pool;


static struct class	*class_pktcdvd = NULL;    /* /sys/class/pktcdvd */
static struct class	*class_pktcdvd = NULL;    /* /sys/class/pktcdvd */
static struct dentry	*pkt_debugfs_root = NULL; /* /debug/pktcdvd */
static struct dentry	*pkt_debugfs_root = NULL; /* /sys/kernel/debug/pktcdvd */


/* forward declaration */
/* forward declaration */
static int pkt_setup_dev(dev_t dev, dev_t* pkt_dev);
static int pkt_setup_dev(dev_t dev, dev_t* pkt_dev);