]> xenbits.xensource.com Git - people/ssmith/nc2-2.6.27.git/commitdiff
patch quiet-intel-rng
authorSteven Smith <ssmith@weybridge.uk.xensource.com>
Tue, 30 Jun 2009 11:55:48 +0000 (12:55 +0100)
committerSteven Smith <ssmith@weybridge.uk.xensource.com>
Tue, 30 Jun 2009 11:55:48 +0000 (12:55 +0100)
drivers/char/hw_random/intel-rng.c

index 8a2fce0756ec71af923091486c094c9e1c2eb792..4742bdfd401910fbba35e26ef128804cc32a9813 100644 (file)
@@ -198,7 +198,7 @@ static int intel_rng_init(struct hwrng *rng)
        if ((hw_status & INTEL_RNG_ENABLED) == 0)
                hw_status = hwstatus_set(mem, hw_status | INTEL_RNG_ENABLED);
        if ((hw_status & INTEL_RNG_ENABLED) == 0) {
-               printk(KERN_ERR PFX "cannot enable RNG, aborting\n");
+               printk(KERN_INFO PFX "cannot enable RNG, aborting\n");
                goto out;
        }
        err = 0;