git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[muen/linux.git]
/
arch
/
parisc
/
kernel
/
time.c
diff --git
a/arch/parisc/kernel/time.c
b/arch/parisc/kernel/time.c
index f7e684560186f9c3d5db133b8e66281c0f3c0e12..c3830400ca28ef1c37f7e9909b1bd7cc011c27af 100644
(file)
--- a/
arch/parisc/kernel/time.c
+++ b/
arch/parisc/kernel/time.c
@@
-174,7
+174,7
@@
static int rtc_generic_get_time(struct device *dev, struct rtc_time *tm)
/* we treat tod_sec as unsigned, so this can work until year 2106 */
rtc_time64_to_tm(tod_data.tod_sec, tm);
- return
rtc_valid_tm(tm)
;
+ return
0
;
}
static int rtc_generic_set_time(struct device *dev, struct rtc_time *tm)