Fix typo
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -145,7 +145,7 @@ hpet_init(struct kernel_args *args)
|
|||||||
|
|
||||||
/* There is no hpet legacy support, so error out on init */
|
/* There is no hpet legacy support, so error out on init */
|
||||||
if (!HPET_IS_LEGACY_CAPABLE(sHPETRegs)) {
|
if (!HPET_IS_LEGACY_CAPABLE(sHPETRegs)) {
|
||||||
dprintf("hpet_init: HPET does support legacy mode. Skipping.\n");
|
dprintf("hpet_init: HPET doesn' support legacy mode. Skipping.\n");
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user