Loading drivers/char/hw_random/msm-rng.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2011-2013, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2013,2015 The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -156,6 +156,7 @@ static int msm_rng_probe(struct platform_device *pdev) rng->hwrng.init = msm_rng_init, rng->hwrng.cleanup = msm_rng_cleanup, rng->hwrng.read = msm_rng_read, rng->hwrng.quality = 700; ret = hwrng_register(&rng->hwrng); if (ret) { Loading Loading
drivers/char/hw_random/msm-rng.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2011-2013, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2013,2015 The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -156,6 +156,7 @@ static int msm_rng_probe(struct platform_device *pdev) rng->hwrng.init = msm_rng_init, rng->hwrng.cleanup = msm_rng_cleanup, rng->hwrng.read = msm_rng_read, rng->hwrng.quality = 700; ret = hwrng_register(&rng->hwrng); if (ret) { Loading