crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
authorArtem Savkov <artem.savkov@gmail.com>
Tue, 6 Feb 2018 21:20:21 +0000 (22:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Feb 2018 14:42:19 +0000 (15:42 +0100)
commitb3d33c5f296b36a05e24828f96c8ea5e02a15b06
tree1ead4ef7765e93eb4eee98756a69cece61677e5a
parentfff8ad7c18a238a32a56056980fccd40ed8cce83
crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate

commit dd78c832ffaf86eb6434e56de4bc3bc31f03f771 upstream.

According to crypto/rng.h generate function should return 0 on success
and < 0 on error.

Fixes: b8ae5c7387ad ("crypto: sun4i-ss - support the Security System PRNG")
Signed-off-by: Artem Savkov <artem.savkov@gmail.com>
Acked-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/crypto/sunxi-ss/sun4i-ss-prng.c