mirror of
https://github.com/acpica/acpica/
synced 2025-03-19 04:32:59 +03:00
use ACPI_CAST_PTR
This commit is contained in:
parent
4c00d409cb
commit
f6b839df74
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user