commit | f26ed116c0baa8f9cbbe3d5db84034d75f6250f8 | [log] [tgz] |
---|---|---|
author | David John <davidjon@xenontk.org> | Fri Oct 10 11:42:44 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Oct 10 09:25:43 2008 +0200 |
tree | 92dc8d0901bdd707967c2055375acadda5b8929a | |
parent | 8eb95f28f66b1a5461fdbcc9a1ee9068fb2cf2b6 [diff] |
HPET: Remove spurious HPET busy warning message. On x86 systems with CONFIG_HPET_TIMER enabled, when the HPET driver (drivers/char/hpet.c) is loaded, an incorrect busy message is printed when the driver initializes since the HPET has already been allocated by the core timer code. Remove the warning message. Signed-off-by: David John <davidjon@xenontk.org> Acked-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>