diff for duplicates of <1469097692-103146-2-git-send-email-benoit@wsystem.com> diff --git a/a/1.txt b/N1/1.txt index 53d68f8..04c8634 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ The RTC core always calls rtc_valid_tm() after ->read_time() in case of success (in __rtc_read_time()), so do not call it twice. -Signed-off-by: Beno=C3=AEt Th=C3=A9baudeau <benoit@wsystem.com> +Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com> --- drivers/rtc/rtc-rv8803.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -10,27 +10,14 @@ diff --git a/drivers/rtc/rtc-rv8803.c b/drivers/rtc/rtc-rv8803.c index 05c79c3..e740c83 100644 --- a/drivers/rtc/rtc-rv8803.c +++ b/drivers/rtc/rtc-rv8803.c -@@ -150,7 +150,7 @@ static int rv8803_get_time(struct device *dev, struct r= -tc_time *tm) - tm->tm_mon =3D bcd2bin(date[RV8803_MONTH] & 0x1f) - 1; - tm->tm_year =3D bcd2bin(date[RV8803_YEAR]) + 100; -=20 +@@ -150,7 +150,7 @@ static int rv8803_get_time(struct device *dev, struct rtc_time *tm) + tm->tm_mon = bcd2bin(date[RV8803_MONTH] & 0x1f) - 1; + tm->tm_year = bcd2bin(date[RV8803_YEAR]) + 100; + - return rtc_valid_tm(tm); + return 0; } -=20 + static int rv8803_set_time(struct device *dev, struct rtc_time *tm) ---=20 +-- 2.5.0 - ---=20 -You received this message because you are subscribed to "rtc-linux". -Membership options at http://groups.google.com/group/rtc-linux . -Please read http://groups.google.com/group/rtc-linux/web/checklist -before submitting a driver. ----=20 -You received this message because you are subscribed to the Google Groups "= -rtc-linux" group. -To unsubscribe from this group and stop receiving emails from it, send an e= -mail to rtc-linux+unsubscribe@googlegroups.com. -For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N1/content_digest index 9b3acd2..1c6ac25 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "ref\01469097692-103146-1-git-send-email-benoit@wsystem.com\0" "From\0Beno\303\256t Th\303\251baudeau <benoit@wsystem.com>\0" - "Subject\0[rtc-linux] [PATCH 2/6] rtc: rv8803: Remove the check for valid time\0" + "Subject\0[PATCH 2/6] rtc: rv8803: Remove the check for valid time\0" "Date\0Thu, 21 Jul 2016 12:41:28 +0200\0" "To\0rtc-linux@googlegroups.com\0" "Cc\0linux-kernel@vger.kernel.org" @@ -12,7 +12,7 @@ "The RTC core always calls rtc_valid_tm() after ->read_time() in case of\n" "success (in __rtc_read_time()), so do not call it twice.\n" "\n" - "Signed-off-by: Beno=C3=AEt Th=C3=A9baudeau <benoit@wsystem.com>\n" + "Signed-off-by: Beno\303\256t Th\303\251baudeau <benoit@wsystem.com>\n" "---\n" " drivers/rtc/rtc-rv8803.c | 2 +-\n" " 1 file changed, 1 insertion(+), 1 deletion(-)\n" @@ -21,29 +21,16 @@ "index 05c79c3..e740c83 100644\n" "--- a/drivers/rtc/rtc-rv8803.c\n" "+++ b/drivers/rtc/rtc-rv8803.c\n" - "@@ -150,7 +150,7 @@ static int rv8803_get_time(struct device *dev, struct r=\n" - "tc_time *tm)\n" - " \ttm->tm_mon =3D bcd2bin(date[RV8803_MONTH] & 0x1f) - 1;\n" - " \ttm->tm_year =3D bcd2bin(date[RV8803_YEAR]) + 100;\n" - "=20\n" + "@@ -150,7 +150,7 @@ static int rv8803_get_time(struct device *dev, struct rtc_time *tm)\n" + " \ttm->tm_mon = bcd2bin(date[RV8803_MONTH] & 0x1f) - 1;\n" + " \ttm->tm_year = bcd2bin(date[RV8803_YEAR]) + 100;\n" + " \n" "-\treturn rtc_valid_tm(tm);\n" "+\treturn 0;\n" " }\n" - "=20\n" + " \n" " static int rv8803_set_time(struct device *dev, struct rtc_time *tm)\n" - "--=20\n" - "2.5.0\n" - "\n" - "--=20\n" - "You received this message because you are subscribed to \"rtc-linux\".\n" - "Membership options at http://groups.google.com/group/rtc-linux .\n" - "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" - "before submitting a driver.\n" - "---=20\n" - "You received this message because you are subscribed to the Google Groups \"=\n" - "rtc-linux\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an e=\n" - "mail to rtc-linux+unsubscribe@googlegroups.com.\n" - For more options, visit https://groups.google.com/d/optout. + "-- \n" + 2.5.0 -e1903e79d1cee4721515416e895f78acc997a0476bfa48bf8186e5b55eaac0fe +db39c2e3b849c15063734686272dbb1a4f9f8bb37c0877c5c4d003289e5a94ad
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.