File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ acpi_ns_handle_to_pathname(acpi_handle target_handle,
164
164
/* Build the path in the caller buffer */
165
165
166
166
(void )acpi_ns_build_normalized_path (node , buffer -> pointer ,
167
- required_size , no_trailing );
167
+ ( u32 ) required_size , no_trailing );
168
168
169
169
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC , "%s [%X]\n" ,
170
170
(char * )buffer -> pointer , (u32 ) required_size ));
@@ -315,7 +315,7 @@ char *acpi_ns_get_normalized_pathname(struct acpi_namespace_node *node,
315
315
316
316
/* Build the path in the allocated buffer */
317
317
318
- (void )acpi_ns_build_normalized_path (node , name_buffer , size ,
318
+ (void )acpi_ns_build_normalized_path (node , name_buffer , ( u32 ) size ,
319
319
no_trailing );
320
320
321
321
ACPI_DEBUG_PRINT_RAW ((ACPI_DB_NAMES , "%s: Path \"%s\"\n" ,
You can’t perform that action at this time.
0 commit comments