The patch titled
     use-stop_machine_run-in-the-intel-rng-driver fix
has been added to the -mm tree.  Its filename is
     use-stop_machine_run-in-the-intel-rng-driver-fix.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: use-stop_machine_run-in-the-intel-rng-driver fix
From: "Tomita, Haruo" <[EMAIL PROTECTED]>

This patch fixes a typo in mod_init().  fwh_done is performed when Intel fwh
is found.

Cc: Prarit Bhargava <[EMAIL PROTECTED]>
Cc: Jan Beulich <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/char/hw_random/intel-rng.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff -puN 
drivers/char/hw_random/intel-rng.c~use-stop_machine_run-in-the-intel-rng-driver-fix
 drivers/char/hw_random/intel-rng.c
--- 
a/drivers/char/hw_random/intel-rng.c~use-stop_machine_run-in-the-intel-rng-driver-fix
+++ a/drivers/char/hw_random/intel-rng.c
@@ -365,7 +365,8 @@ static int __init mod_init(void)
        pci_dev_put(dev);
        iounmap(intel_rng_hw->mem);
        kfree(intel_rng_hw);
-       goto out;
+       if (err)
+               goto out;
 
 fwh_done:
        err = -ENOMEM;
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

use-stop_machine_run-in-the-intel-rng-driver-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to