[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1547037814-99911-1-git-send-email-john.garry@huawei.com>
Date: Wed, 9 Jan 2019 20:43:34 +0800
From: John Garry <john.garry@...wei.com>
To: <jejb@...ux.vnet.ibm.com>, <martin.petersen@...cle.com>
CC: <linuxarm@...wei.com>, <linux-kernel@...r.kernel.org>,
<linux-scsi@...r.kernel.org>, <dgilbert@...erlog.com>,
John Garry <john.garry@...wei.com>
Subject: [PATCH] scsi: hisi_sas: Use scsi lld debugfs folder
Since we now have a dedicated folder for scsi llds in the debugfs tree,
relocate the root of the driver debugfs folder to that same location.
Signed-off-by: John Garry <john.garry@...wei.com>
---
This patch depends on https://www.spinics.net/lists/linux-scsi/msg126764.html
diff --git a/drivers/scsi/hisi_sas/hisi_sas.h b/drivers/scsi/hisi_sas/hisi_sas.h
index 6a1a5ad..ce527b7 100644
--- a/drivers/scsi/hisi_sas/hisi_sas.h
+++ b/drivers/scsi/hisi_sas/hisi_sas.h
@@ -26,6 +26,7 @@
#include <linux/property.h>
#include <linux/regmap.h>
#include <scsi/sas_ata.h>
+#include <scsi/scsi_dbg.h>
#include <scsi/libsas.h>
#define HISI_SAS_MAX_PHYS 9
diff --git a/drivers/scsi/hisi_sas/hisi_sas_main.c b/drivers/scsi/hisi_sas/hisi_sas_main.c
index 3d24366..e27a06c 100644
--- a/drivers/scsi/hisi_sas/hisi_sas_main.c
+++ b/drivers/scsi/hisi_sas/hisi_sas_main.c
@@ -2985,7 +2985,8 @@ static __init int hisi_sas_init(void)
return -ENOMEM;
if (hisi_sas_debugfs_enable)
- hisi_sas_debugfs_dir = debugfs_create_dir("hisi_sas", NULL);
+ hisi_sas_debugfs_dir = debugfs_create_dir("hisi_sas",
+ scsi_debugfs_lld);
return 0;
}
--
1.9.1
Powered by blists - more mailing lists