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

Subject: [merged] drivers-video-backlight-hx8357c-remove-redundant-of_match_ptr.patch removed from -mm tree
To: sachin.kamat@linaro.org,jg1.han@samsung.com,maxime.ripard@free-electrons.com,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Wed, 13 Nov 2013 12:42:16 -0800


The patch titled
     Subject: drivers/video/backlight/hx8357.c: remove redundant of_match_ptr
has been removed from the -mm tree.  Its filename was
     drivers-video-backlight-hx8357c-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/video/backlight/hx8357.c: remove redundant of_match_ptr

'hx8357_dt_ids' is always compiled in.  Hence of_match_ptr is not needed.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/video/backlight/hx8357.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/backlight/hx8357.c~drivers-video-backlight-hx8357c-remove-redundant-of_match_ptr drivers/video/backlight/hx8357.c
--- a/drivers/video/backlight/hx8357.c~drivers-video-backlight-hx8357c-remove-redundant-of_match_ptr
+++ a/drivers/video/backlight/hx8357.c
@@ -673,7 +673,7 @@ static struct spi_driver hx8357_driver =
 	.probe  = hx8357_probe,
 	.driver = {
 		.name = "hx8357",
-		.of_match_table = of_match_ptr(hx8357_dt_ids),
+		.of_match_table = hx8357_dt_ids,
 	},
 };
 
_

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:42 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:42 [merged] drivers-video-backlight-hx8357c-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.