The patch titled
     Subject: drivers/rtc/rtc-imxdi.c: add missing spin lock initialization
has been added to the -mm tree.  Its filename is
     drivers-rtc-rtc-imxdic-add-missing-spin-lock-initialization.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

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

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Jan Luebbe <[email protected]>
Subject: drivers/rtc/rtc-imxdi.c: add missing spin lock initialization

Signed-off-by: Jan Luebbe <[email protected]>
Cc: Alessandro Zummo <[email protected]>
Cc: Roland Stigge <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Sascha Hauer <[email protected]>
Cc: Russell King <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---

 drivers/rtc/rtc-imxdi.c |    2 ++
 1 file changed, 2 insertions(+)

diff -puN 
drivers/rtc/rtc-imxdi.c~drivers-rtc-rtc-imxdic-add-missing-spin-lock-initialization
 drivers/rtc/rtc-imxdi.c
--- 
a/drivers/rtc/rtc-imxdi.c~drivers-rtc-rtc-imxdic-add-missing-spin-lock-initialization
+++ a/drivers/rtc/rtc-imxdi.c
@@ -392,6 +392,8 @@ static int dryice_rtc_probe(struct platf
        if (imxdi->ioaddr == NULL)
                return -ENOMEM;
 
+       spin_lock_init(&imxdi->irq_lock);
+
        imxdi->irq = platform_get_irq(pdev, 0);
        if (imxdi->irq < 0)
                return imxdi->irq;
_

Patches currently in -mm which might be from [email protected] are

drivers-rtc-rtc-imxdic-add-missing-spin-lock-initialization.patch

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

Reply via email to