The following patches are included in this driver update series: - Remove the usage of BUG_ON and replace with WARN_ON and an error return code - Remove unused variable - Change references to accelerator to offload - Use the module name in the driver structure instead of a descriptive name This patch series is based on cryptodev-2.6. --- Tom Lendacky (4): crypto: ccp - Replace BUG_ON with WARN_ON and a return code crypto: ccp - Remove use ACPI field crypto: ccp - Change references to accelerator to offload crypto: ccp - Use module name in driver structures drivers/crypto/Kconfig | 2 - drivers/crypto/ccp/Kconfig | 13 ++-- drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 20 +++++- drivers/crypto/ccp/ccp-crypto-main.c | 6 +- drivers/crypto/ccp/ccp-crypto-sha.c | 13 ++++ drivers/crypto/ccp/ccp-ops.c | 108 +++++++++++++++++++----------- drivers/crypto/ccp/ccp-pci.c | 2 - drivers/crypto/ccp/ccp-platform.c | 6 -- 8 files changed, 114 insertions(+), 56 deletions(-) -- Tom Lendacky -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html