Skip to content

Commit

Permalink
[PATCH] x86_64: Don't return error for HPET initialization in initcall
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Apr 9, 2006
1 parent ac04dca commit 3d34ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 3d34ee6

Please sign in to comment.