diff mbox series

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

Message ID 156140455706.116890.13720177884891432757.stgit@sosrh3.amd.com (mailing list archive)
State Changes Requested
Delegated to: Herbert Xu
Headers show
Series Add module parameters to control CCP activation | expand

Commit Message

Gary R Hook June 24, 2019, 7:29 p.m. UTC
Add pcidev to the CCP's debugfs information

Signed-off-by: Gary R Hook <gary.hook@amd.com>
---
 drivers/crypto/ccp/sp-pci.c |    1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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},
 };