2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-19 19:14:01 +08:00
linux-next/drivers/crypto/cavium/nitrox
Colin Ian King 2f1fedca9b crypto: cavium - clean up clang warning on unread variable offset
The variable offset is being assigned and not being used; it should
be passed as the 2nd argument to call to function nitrox_write_csr
but has been omitted. Fix this.

Cleans up clang warning: Value stored to 'offset' is never read

Fixes: 14fa93cdcd ("crypto: cavium - Add support for CNN55XX adapters.")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-11-03 21:53:30 +08:00
..
Kconfig Cavium CNN55XX: fix broken default Kconfig entry 2017-07-05 13:03:05 -07:00
Makefile crypto: cavium - Register the CNN55XX supported crypto algorithms. 2017-06-10 12:04:34 +08:00
nitrox_algs.c crypto: cavium - Register the CNN55XX supported crypto algorithms. 2017-06-10 12:04:34 +08:00
nitrox_common.h crypto: cavium - Register the CNN55XX supported crypto algorithms. 2017-06-10 12:04:34 +08:00
nitrox_csr.h
nitrox_dev.h
nitrox_hal.c crypto: cavium - clean up clang warning on unread variable offset 2017-11-03 21:53:30 +08:00
nitrox_isr.c
nitrox_lib.c crypto: cavium - Register the CNN55XX supported crypto algorithms. 2017-06-10 12:04:34 +08:00
nitrox_main.c crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()' 2017-08-22 14:54:55 +08:00
nitrox_req.h
nitrox_reqmgr.c crypto: cavium/nitrox - dma_mapping_error() returns bool 2017-06-22 16:54:08 +08:00