1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Oops, remove unnecessary cast in original, out-commented code.

This was a debug leftover.

MFC after:	1 week
This commit is contained in:
Mark Santcroos 2004-12-02 00:12:19 +00:00
parent f42941d3ec
commit 697831d611
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor-sys/acpica/dist/; revision=138298

View File

@ -189,7 +189,7 @@ AcpiOsGetRootPointer (
/* The supporting code for this is not yet available.
* Return to the old situation for now.
*/
return (AeLocalGetRootPointer(Flags, (ACPI_PHYSICAL_ADDRESS *)Address));
return (AeLocalGetRootPointer(Flags, Address));
#else
return (AE_OK);
#endif