]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: ccp - Use module name in driver structures
authorTom Lendacky <thomas.lendacky@amd.com>
Thu, 1 Oct 2015 21:32:50 +0000 (16:32 -0500)
committerSomasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Thu, 24 Aug 2017 17:53:10 +0000 (10:53 -0700)
commitf0e641e9b14120995e660a2ea4541ab53c57b72a
tree2fa223e0e8d935746f656d5e7cfb0b2bb2c9829c
parent7f3d6066a588132cd82c02c1ecfa2e0f6580f4aa
crypto: ccp - Use module name in driver structures

Orabug: 26644685

The convention is to use the name of the module in the driver structures
that are used for registering the device. The CCP module is currently
using a descriptive name. Replace the descriptive name with module name.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
(cherry picked from commit 166db195536f380c4545a8d2fca9789402464bc8)
Signed-off-by: Somasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
drivers/crypto/ccp/ccp-pci.c
drivers/crypto/ccp/ccp-platform.c