projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac04dca
)
[PATCH] x86_64: Don't return error for HPET initialization in initcall
author
Andi Kleen
<ak@suse.de>
Fri, 7 Apr 2006 17:50:06 +0000
(19:50 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 9 Apr 2006 18:53:52 +0000
(11:53 -0700)
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/kernel/time.c
b/arch/x86_64/kernel/time.c
index ef8bc46dc14023f1dc47aec58f8962d9c8c8518e..2eeaa95edff062afb16c94bd93c9c6d6b56b2f9d 100644
(file)
--- a/
arch/x86_64/kernel/time.c
+++ b/
arch/x86_64/kernel/time.c
@@
-726,7
+726,7
@@
static __init int late_hpet_init(void)
unsigned int ntimer;
if (!vxtime.hpet_address)
- return
-1
;
+ return
0
;
memset(&hd, 0, sizeof (hd));