From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:15:07 +0000
Subject: [PATCH] change system file

---
 kernel/drivers/usb/host/imx21-dbg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/drivers/usb/host/imx21-dbg.c b/kernel/drivers/usb/host/imx21-dbg.c
index 7fcf1d9..02a1344 100644
--- a/kernel/drivers/usb/host/imx21-dbg.c
+++ b/kernel/drivers/usb/host/imx21-dbg.c
@@ -419,7 +419,7 @@
 {
 	struct dentry *root;
 
-	root = debugfs_create_dir(dev_name(imx21->dev), NULL);
+	root = debugfs_create_dir(dev_name(imx21->dev), usb_debug_root);
 	imx21->debug_root = root;
 
 	debugfs_create_file("status", S_IRUGO, root, imx21, &debug_status_fops);

--
Gitblit v1.6.2