crypto: user - Fix invalid stat reporting
authorCorentin Labbe <clabbe@baylibre.com>
Thu, 29 Nov 2018 14:42:22 +0000 (14:42 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 7 Dec 2018 06:15:00 +0000 (14:15 +0800)
commitb0af91c14109d6c9c0d73428dc0512b780f41d94
treec9a344e11c294e9e75567b28130bfefa7cf11e9c
parentf7d76e05d058b832b373237566cc1af8251371b5
crypto: user - Fix invalid stat reporting

Some error count use the wrong name for getting this data.
But this had not caused any reporting problem, since all error count are shared in the same
union.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/crypto_user_stat.c