diff options
author | Amit Shah <amit.shah@redhat.com> | 2014-07-10 15:42:34 +0530 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-07-14 20:48:17 +0800 |
commit | d3cc7996473a7bdd33256029988ea690754e4e2a (patch) | |
tree | 7219085d965196685ba1185d5a83232d7a47493a /include/linux/omap-dma.h | |
parent | 0378c9a855bfa395f595fbfb049707093e270f69 (diff) | |
download | blackbird-op-linux-d3cc7996473a7bdd33256029988ea690754e4e2a.tar.gz blackbird-op-linux-d3cc7996473a7bdd33256029988ea690754e4e2a.zip |
hwrng: fetch randomness only after device init
Commit d9e7972619334 "hwrng: add randomness to system from rng sources"
added a call to rng_get_data() from the hwrng_register() function.
However, some rng devices need initialization before data can be read
from them.
This commit makes the call to rng_get_data() depend on no init fn
pointer being registered by the device. If an init function is
registered, this call is made after device init.
CC: Kees Cook <keescook@chromium.org>
CC: Jason Cooper <jason@lakedaemon.net>
CC: Herbert Xu <herbert@gondor.apana.org.au>
CC: <stable@vger.kernel.org> # For v3.15+
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/linux/omap-dma.h')
0 files changed, 0 insertions, 0 deletions