alistair23-linux/drivers/staging/ccree
Arnd Bergmann 6c5ed91b0c staging: ccree: remove unused function argument
"gcc -Wunused" warns about one argument being assigned but not used:

drivers/staging/ccree/ssi_cipher.c: In function 'ssi_blkcipher_complete':
drivers/staging/ccree/ssi_cipher.c:747:41: error: parameter 'info' set but not used [-Werror=unused-but-set-parameter]

We can simply drop that argument here and in its callers.

Fixes: 302ef8ebb4 ("staging: ccree: add skcipher support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[ gby: rebased patch on latest revision and chopped >80 chars long lines ]
Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-05-15 12:18:51 +02:00
..
Documentation/devicetree/bindings/crypto staging: ccree: add DT bindings for Arm CryptoCell 2017-04-28 12:17:54 +02:00
cc_bitops.h staging: ccree: remove unused code 2017-05-15 07:41:59 +02:00
cc_crypto_ctx.h staging: ccree: remove min/max macros 2017-05-15 07:41:59 +02:00
cc_hal.h staging: ccree: resolve possible macro issue in cc_hal.h 2017-05-15 07:41:57 +02:00
cc_hw_queue_defs.h staging: ccree: fix white space style errors 2017-05-15 07:41:59 +02:00
cc_lli_defs.h staging: ccree: fix checkpatch errors in macro def 2017-05-15 07:42:00 +02:00
cc_regs.h staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
dx_crys_kernel.h staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
dx_host.h staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
dx_reg_base_host.h staging: ccree: remove unused code 2017-05-15 07:41:59 +02:00
dx_reg_common.h staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
hash_defs.h staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
Kconfig staging: ccree: add FIPS support 2017-04-28 12:17:54 +02:00
Makefile staging: ccree: add FIPS support 2017-04-28 12:17:54 +02:00
ssi_aead.c staging: ccree: Fix blank lines codestyle issue 2017-05-15 12:06:00 +02:00
ssi_aead.h staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_buffer_mgr.c staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_buffer_mgr.h staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_cipher.c staging: ccree: remove unused function argument 2017-05-15 12:18:51 +02:00
ssi_cipher.h staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_config.h staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
ssi_driver.c staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_driver.h staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_fips.c staging: ccree: switch spaces to tabs 2017-05-15 12:04:29 +02:00
ssi_fips.h staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_fips_data.h staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
ssi_fips_ext.c staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
ssi_fips_ll.c staging: ccree: fix enum/struct definitions style 2017-05-15 07:41:59 +02:00
ssi_fips_local.c staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_fips_local.h staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_hash.c staging: ccree: Fix indentation of driver_hash[] initializers 2017-05-15 07:42:00 +02:00
ssi_hash.h staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_ivgen.c staging: ccree: fix enum/struct definitions style 2017-05-15 07:41:59 +02:00
ssi_ivgen.h staging: ccree: fix enum/struct definitions style 2017-05-15 07:41:59 +02:00
ssi_pm.c staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
ssi_pm.h staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
ssi_pm_ext.c staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
ssi_pm_ext.h staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
ssi_request_mgr.c staging: ccree: fix enum/struct definitions style 2017-05-15 07:41:59 +02:00
ssi_request_mgr.h staging: ccree: fix enum/struct definitions style 2017-05-15 07:41:59 +02:00
ssi_sram_mgr.c staging: ccree: fix enum/struct definitions style 2017-05-15 07:41:59 +02:00
ssi_sram_mgr.h staging: ccree: fix enum/struct definitions style 2017-05-15 07:41:59 +02:00
ssi_sysfs.c staging: ccree: stdint to kernel types conversion 2017-05-15 07:41:59 +02:00
ssi_sysfs.h staging: ccree: Strip trailing whitespace 2017-05-15 07:41:57 +02:00
TODO staging: ccree: add TODO list 2017-04-28 12:17:54 +02:00