From 1fd450647987bf78a8ccc8492ae56dcb35c5081f Mon Sep 17 00:00:00 2001 From: Yupeng Zhou Date: Fri, 31 May 2019 18:33:08 +0800 Subject: [PATCH] hisi_sas: default enable the debugfs feature. driver inclusion category: feature bugzilla: NA CVE: NA default enable the debugfs feature. Signed-off-by: Yupeng Zhou Reviewed-by: luojian Reviewed-by: chenxiang Reviewed-by: Yang Yingliang Signed-off-by: Yang Yingliang --- drivers/scsi/hisi_sas/hisi_sas_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/hisi_sas/hisi_sas_main.c b/drivers/scsi/hisi_sas/hisi_sas_main.c index bd51d38d52ad..fc8472978698 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_main.c +++ b/drivers/scsi/hisi_sas/hisi_sas_main.c @@ -3304,7 +3304,7 @@ int hisi_sas_remove(struct platform_device *pdev) } EXPORT_SYMBOL_GPL(hisi_sas_remove); -bool hisi_sas_debugfs_enable; +bool hisi_sas_debugfs_enable = true; EXPORT_SYMBOL_GPL(hisi_sas_debugfs_enable); module_param_named(debugfs_enable, hisi_sas_debugfs_enable, bool, 0444); MODULE_PARM_DESC(hisi_sas_debugfs_enable, "Enable driver debugfs (default disabled)"); -- GitLab