linux-sg2042/drivers/crypto/cavium/nitrox
Christophe Jaillet 32e67b9af0 crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()'
'err' is known to be 0 at this point.
If 'kzalloc()' fails, returns -ENOMEM instead of 0 which means success.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-08-22 14:54:55 +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 crypto: cavium - Add debugfs support in CNN55XX driver. 2017-06-10 12:04:34 +08:00
nitrox_dev.h crypto: cavium - Add debugfs support in CNN55XX driver. 2017-06-10 12:04:34 +08:00
nitrox_hal.c
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