diff options
Diffstat (limited to 'drivers/acpi/acpica/utdebug.c')
-rw-r--r-- | drivers/acpi/acpica/utdebug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/utdebug.c b/drivers/acpi/acpica/utdebug.c index 6e3ae6a23f0b..2c2179917649 100644 --- a/drivers/acpi/acpica/utdebug.c +++ b/drivers/acpi/acpica/utdebug.c | |||
@@ -300,6 +300,7 @@ acpi_ut_trace_ptr(u32 line_number, | |||
300 | const char *function_name, | 300 | const char *function_name, |
301 | const char *module_name, u32 component_id, void *pointer) | 301 | const char *module_name, u32 component_id, void *pointer) |
302 | { | 302 | { |
303 | |||
303 | acpi_gbl_nesting_level++; | 304 | acpi_gbl_nesting_level++; |
304 | acpi_ut_track_stack_ptr(); | 305 | acpi_ut_track_stack_ptr(); |
305 | 306 | ||