Commit 3d34ee68 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86_64: Don't return error for HPET initialization in initcall

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ac04dcaf
...@@ -726,7 +726,7 @@ static __init int late_hpet_init(void) ...@@ -726,7 +726,7 @@ static __init int late_hpet_init(void)
unsigned int ntimer; unsigned int ntimer;
if (!vxtime.hpet_address) if (!vxtime.hpet_address)
return -1; return 0;
memset(&hd, 0, sizeof (hd)); memset(&hd, 0, sizeof (hd));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment