crypto: ccp - Add psp enabled message when initialization succeeds
Add a dev_notice() message to the PSP initialization to report when the PSP initialization has succeeded and the PSP is enabled. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Acked-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
f426d2b20f
commit
015c8c85b7
|
@ -840,6 +840,8 @@ int psp_dev_init(struct sp_device *sp)
|
|||
/* Enable interrupt */
|
||||
iowrite32(-1, psp->io_regs + PSP_P2CMSG_INTEN);
|
||||
|
||||
dev_notice(dev, "psp enabled\n");
|
||||
|
||||
return 0;
|
||||
|
||||
e_irq:
|
||||
|
|
Loading…
Reference in New Issue