use ACPI_CAST_PTR

This commit is contained in:
rmoore1 2005-11-07 23:47:40 +00:00
parent 4c00d409cb
commit f6b839df74

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbcmds - debug commands and output routines
* $Revision: 1.136 $
* $Revision: 1.137 $
*
******************************************************************************/
@ -1739,7 +1739,8 @@ 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_CAST_PTR (ACPI_HANDLE, &TempNode));
if (ACPI_FAILURE (Status))
{
return (AE_OK);