Fix build breakage on tinderbox.
This commit is contained in:
parent
e5615c0136
commit
a5b17cb66c
@ -1738,7 +1738,7 @@ AcpiDbBusWalk (
|
||||
|
||||
/* Exit if there is no _PRT under this device */
|
||||
|
||||
Status = AcpiGetHandle (Node, METHOD_NAME__PRT, (ACPI_HANDLE *) &TempNode);
|
||||
Status = AcpiGetHandle (Node, METHOD_NAME__PRT, (ACPI_HANDLE *) (uintptr_t) &TempNode);
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
return (AE_OK);
|
||||
|
Loading…
Reference in New Issue
Block a user