+ drivers-video-backlight-hx8357c-remove-redundant-of_match_ptr.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Subject: + drivers-video-backlight-hx8357c-remove-redundant-of_match_ptr.patch added to -mm tree
To: sachin.kamat@xxxxxxxxxx,jg1.han@xxxxxxxxxxx,maxime.ripard@xxxxxxxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Fri, 01 Nov 2013 14:59:57 -0700


The patch titled
     Subject: drivers/video/backlight/hx8357.c: remove redundant of_match_ptr
has been added to the -mm tree.  Its filename is
     drivers-video-backlight-hx8357c-remove-redundant-of_match_ptr.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/drivers-video-backlight-hx8357c-remove-redundant-of_match_ptr.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/drivers-video-backlight-hx8357c-remove-redundant-of_match_ptr.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: Sachin Kamat <sachin.kamat@xxxxxxxxxx>
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@xxxxxxxxxx>
Acked-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx>
Acked-by: Jingoo Han <jg1.han@xxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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@xxxxxxxxxx are

drivers-video-backlight-hx8357c-remove-redundant-of_match_ptr.patch
drivers-rtc-rtc-ds1307c-release-irq-on-error.patch
drivers-rtc-rtc-isl1208c-remove-redundant-checks.patch
drivers-rtc-rtc-max6900c-remove-redundant-checks.patch
drivers-rtc-rtc-vt8500c-fix-return-value.patch
drivers-rtc-rtc-at91rm9200c-use-devm_-apis.patch
drivers-rtc-rtc-isl1208c-use-devm_-apis.patch
drivers-rtc-rtc-sirfsocc-use-devm_rtc_device_register.patch
drivers-rtc-rtc-cmosc-remove-redundant-dev_set_drvdata.patch
drivers-rtc-rtc-mrstc-remove-redundant-dev_set_drvdata.patch
drivers-rtc-rtc-vr41xxc-fix-checkpatch-warnings.patch
drivers-rtc-rtc-vt8500c-remove-redundant-of_match_ptr.patch
drivers-rtc-rtc-omapc-remove-redundant-of_match_ptr.patch
drivers-rtc-rtc-sirfsocc-remove-redundant-of_match_ptr.patch
drivers-rtc-rtc-snvsc-remove-redundant-of_match_ptr.patch
drivers-rtc-rtc-stmp3xxxc-remove-redundant-of_match_ptr.patch
rtc-s5m-rtc-add-real-time-clock-driver-for-s5m8767.patch
drivers-pps-clients-pps-gpioc-remove-redundant-of_match_ptr.patch
linux-next.patch

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




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux