All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: a.ryabinin@samsung.com, k.kozlowski@samsung.com,
	stable@vger.kernel.org, mm-commits@vger.kernel.org
Subject: + rtc-s5m-terminate-s5m_rtc_id-array-with-empty-element.patch added to -mm tree
Date: Thu, 22 Jan 2015 15:03:13 -0800	[thread overview]
Message-ID: <54c181b1.dPAzPIQkVYq/ZLfT%akpm__28739.7223678001$1421967819$gmane$org@linux-foundation.org> (raw)


The patch titled
     Subject: drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element
has been added to the -mm tree.  Its filename is
     rtc-s5m-terminate-s5m_rtc_id-array-with-empty-element.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/rtc-s5m-terminate-s5m_rtc_id-array-with-empty-element.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/rtc-s5m-terminate-s5m_rtc_id-array-with-empty-element.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: Andrey Ryabinin <a.ryabinin@samsung.com>
Subject: drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element

Array of platform_device_id elements should be terminated with empty
element.

Fixes: 5bccae6ec458 ("rtc: s5m-rtc: add real-time clock driver for s5m8767")
Signed-off-by: Andrey Ryabinin <a.ryabinin@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/rtc/rtc-s5m.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/rtc/rtc-s5m.c~rtc-s5m-terminate-s5m_rtc_id-array-with-empty-element drivers/rtc/rtc-s5m.c
--- a/drivers/rtc/rtc-s5m.c~rtc-s5m-terminate-s5m_rtc_id-array-with-empty-element
+++ a/drivers/rtc/rtc-s5m.c
@@ -832,6 +832,7 @@ static SIMPLE_DEV_PM_OPS(s5m_rtc_pm_ops,
 static const struct platform_device_id s5m_rtc_id[] = {
 	{ "s5m-rtc",		S5M8767X },
 	{ "s2mps14-rtc",	S2MPS14X },
+	{ },
 };
 
 static struct platform_driver s5m_rtc_driver = {
_

Patches currently in -mm which might be from a.ryabinin@samsung.com are

rtc-s5m-terminate-s5m_rtc_id-array-with-empty-element.patch
hugetlb-sysctl-pass-extra1-=-null-rather-then-extra1-=-zero.patch
mm-hugetlb-fix-type-of-hugetlb_treat_as_movable-variable.patch


                 reply	other threads:[~2015-01-22 23:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='54c181b1.dPAzPIQkVYq/ZLfT%akpm__28739.7223678001$1421967819$gmane$org@linux-foundation.org' \
    --to=akpm@linux-foundation.org \
    --cc=a.ryabinin@samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.