2019-06-24 21:56:09

by Gary R Hook

[permalink] [raw]
Subject: [PATCH 07/11] crypto: ccp - expose the pcidev module parameter in debugfs

Add pcidev to the CCP's debugfs information

Signed-off-by: Gary R Hook <[email protected]>
---
drivers/crypto/ccp/sp-pci.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/ccp/sp-pci.c b/drivers/crypto/ccp/sp-pci.c
index b024b92fb749..bcd1e233dce7 100644
--- a/drivers/crypto/ccp/sp-pci.c
+++ b/drivers/crypto/ccp/sp-pci.c
@@ -54,6 +54,7 @@ MODULE_PARM_DESC(nqueues, "Number of queues per CCP (default: 5)");
modparam_t moduleparameters[] = {
{"maxdev", &maxdev, S_IRUSR},
{"nqueues", &nqueues, S_IRUSR},
+ {"pcidev", &pcidev, S_IRUSR},
{NULL, NULL, 0},
};