kernel: bump kernel 4.4 to 4.4.129 for 17.01
[openwrt/staging/chunkeey.git] / target / linux / brcm2708 / patches-4.4 / 0561-bcm2835-rng-Avoid-initialising-if-already-enabled.patch
index 2892aea6569efba0a118fc2dbfa4a7a00858a138..934bf6f73862c6ce17f8c534b8f44cf731f7cdbf 100644 (file)
@@ -8,11 +8,9 @@ Avoids the 0x40000 cycles of warmup again if firmware has already used it
  drivers/char/hw_random/bcm2835-rng.c | 7 ++++---
  1 file changed, 4 insertions(+), 3 deletions(-)
 
-diff --git a/drivers/char/hw_random/bcm2835-rng.c b/drivers/char/hw_random/bcm2835-rng.c
-index 7192ec2..2ff49c1 100644
 --- a/drivers/char/hw_random/bcm2835-rng.c
 +++ b/drivers/char/hw_random/bcm2835-rng.c
-@@ -62,9 +62,10 @@ static int bcm2835_rng_probe(struct platform_device *pdev)
+@@ -62,9 +62,10 @@ static int bcm2835_rng_probe(struct plat
        bcm2835_rng_ops.priv = (unsigned long)rng_base;
  
        /* set warm-up count & enable */
@@ -26,6 +24,3 @@ index 7192ec2..2ff49c1 100644
        /* register driver */
        err = hwrng_register(&bcm2835_rng_ops);
        if (err) {
--- 
-2.1.4
-