Oops, remove unnecessary cast in original, out-commented code.
This was a debug leftover. MFC after: 1 week
This commit is contained in:
parent
f42941d3ec
commit
697831d611
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user