All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] drivers-rtc-rtc-snvsc-remove-redundant-of_match_ptr.patch removed from -mm tree
@ 2013-11-13 20:44 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-11-13 20:44 UTC (permalink / raw)
  To: mm-commits, sachin.kamat

Subject: [merged] drivers-rtc-rtc-snvsc-remove-redundant-of_match_ptr.patch removed from -mm tree
To: sachin.kamat@linaro.org,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Wed, 13 Nov 2013 12:44:22 -0800


The patch titled
     Subject: drivers/rtc/rtc-snvs.c: remove redundant of_match_ptr
has been removed from the -mm tree.  Its filename was
     drivers-rtc-rtc-snvsc-remove-redundant-of_match_ptr.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Sachin Kamat <sachin.kamat@linaro.org>
Subject: drivers/rtc/rtc-snvs.c: remove redundant of_match_ptr

The data structure of_match_ptr() protects is always compiled in.
Hence of_match_ptr() is not needed.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/rtc/rtc-snvs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/rtc/rtc-snvs.c~drivers-rtc-rtc-snvsc-remove-redundant-of_match_ptr drivers/rtc/rtc-snvs.c
--- a/drivers/rtc/rtc-snvs.c~drivers-rtc-rtc-snvsc-remove-redundant-of_match_ptr
+++ a/drivers/rtc/rtc-snvs.c
@@ -329,7 +329,7 @@ static struct platform_driver snvs_rtc_d
 		.name	= "snvs_rtc",
 		.owner	= THIS_MODULE,
 		.pm	= &snvs_rtc_pm_ops,
-		.of_match_table = of_match_ptr(snvs_dt_ids),
+		.of_match_table = snvs_dt_ids,
 	},
 	.probe		= snvs_rtc_probe,
 };
_

Patches currently in -mm which might be from sachin.kamat@linaro.org are

origin.patch
linux-next.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-13 20:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-13 20:44 [merged] drivers-rtc-rtc-snvsc-remove-redundant-of_match_ptr.patch removed from -mm tree akpm

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.