mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 12:24:37 -04:00
[PATCH] x86_64: Don't return error for HPET initialization in initcall
Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
ac04dcaf6f
commit
3d34ee6891
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user