commit | d9a53b01404fa602117220e98bb6c9b2b63f1e7f | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Thu Sep 17 14:45:53 2015 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Sep 21 22:00:41 2015 +0800 |
tree | 786e8e3202a05a8865d18396f874eef3167ffe7f | |
parent | cb2c316b22d89072643d2685ef0eb883cae8a9de [diff] |
hwrng: core - Simplify RNG switching from sysfs If we attempt to use sysfs to change the current RNG in the usual way i.e. issuing something like: `echo 8a8a000.rng > /sys/devices/virtual/misc/hw_random/rng_current` ... it will fail because the code doesn't currently take the '\n' into consideration. Well, now it does. Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>