Loading drivers/acpi/nvs.c +2 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,8 @@ static int suspend_nvs_register(unsigned long start, unsigned long size) { struct nvs_page *entry, *next; pr_info("PM: Registering ACPI NVS region at %lx (%ld bytes)\n", start, size); pr_info("PM: Registering ACPI NVS region [mem %#010lx-%#010lx] (%ld bytes)\n", start, start + size - 1, size); while (size > 0) { unsigned int nr_bytes; Loading Loading
drivers/acpi/nvs.c +2 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,8 @@ static int suspend_nvs_register(unsigned long start, unsigned long size) { struct nvs_page *entry, *next; pr_info("PM: Registering ACPI NVS region at %lx (%ld bytes)\n", start, size); pr_info("PM: Registering ACPI NVS region [mem %#010lx-%#010lx] (%ld bytes)\n", start, start + size - 1, size); while (size > 0) { unsigned int nr_bytes; Loading