From: Fabio Estevam <fabio.este...@nxp.com>

'qi_congested' member from structure caam_drv_private
is never used at all, so it is safe to remove it.

Signed-off-by: Fabio Estevam <fabio.este...@nxp.com>
---
 drivers/crypto/caam/intern.h | 3 ---
 drivers/crypto/caam/qi.c     | 6 ++----
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/drivers/crypto/caam/intern.h b/drivers/crypto/caam/intern.h
index 9e3f3e0..9625b2d 100644
--- a/drivers/crypto/caam/intern.h
+++ b/drivers/crypto/caam/intern.h
@@ -109,9 +109,6 @@ struct caam_drv_private {
 
        struct debugfs_blob_wrapper ctl_kek_wrap, ctl_tkek_wrap, ctl_tdsk_wrap;
        struct dentry *ctl_kek, *ctl_tkek, *ctl_tdsk;
-#ifdef CONFIG_CAAM_QI
-       struct dentry *qi_congested;
-#endif
 #endif
 };
 
diff --git a/drivers/crypto/caam/qi.c b/drivers/crypto/caam/qi.c
index 6d5a010..b2f7a42 100644
--- a/drivers/crypto/caam/qi.c
+++ b/drivers/crypto/caam/qi.c
@@ -793,10 +793,8 @@ int caam_qi_init(struct platform_device *caam_pdev)
        /* Done with the CGRs; restore the cpus allowed mask */
        set_cpus_allowed_ptr(current, &old_cpumask);
 #ifdef CONFIG_DEBUG_FS
-       ctrlpriv->qi_congested = debugfs_create_file("qi_congested", 0444,
-                                                    ctrlpriv->ctl,
-                                                    &times_congested,
-                                                    &caam_fops_u64_ro);
+       debugfs_create_file("qi_congested", 0444, ctrlpriv->ctl,
+                           &times_congested, &caam_fops_u64_ro);
 #endif
        dev_info(qidev, "Linux CAAM Queue I/F driver initialised\n");
        return 0;
-- 
2.7.4

Reply via email to