]> xenbits.xen.org Git - xenclient/kernel.git/commitdiff
imported patch quiet-intel-rng quiet-fscache-messages
authort_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:03 +0000 (12:06 +0000)
committert_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:03 +0000 (12:06 +0000)
drivers/char/hw_random/intel-rng.c

index 257ef751f4014cd3a6467d3ed51ec50c60ad8b8a..b30dc7f49eb8cd53063897d8b14bf569750bcea5 100644 (file)
@@ -226,7 +226,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;
@@ -311,7 +311,7 @@ static int __init intel_rng_hw_init(void *_intel_rng_hw)
        if (mfc != INTEL_FWH_MANUFACTURER_CODE ||
            (dvc != INTEL_FWH_DEVICE_CODE_8M &&
             dvc != INTEL_FWH_DEVICE_CODE_4M)) {
-               printk(KERN_ERR PFX "FWH not detected\n");
+               printk(KERN_INFO PFX "FWH not detected\n");
                return -ENODEV;
        }