ACPICA: Slightly simplify an error message in acpi_ds_result_push()
authorChristophe Jaillet <679652+tititiou36@users.noreply.github.com>
Mon, 29 May 2023 15:09:43 +0000 (17:09 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 10 Jul 2023 16:49:16 +0000 (18:49 +0200)
commit1e8d007a6adb6c64e9ee9c809d6f9c11d3ed0c70
tree763a4a25fcf3d47e7fb52a418478e87462eff6fa
parent6399878f4cb4cc7440965dbd679ee650c59b19e3
ACPICA: Slightly simplify an error message in acpi_ds_result_push()

ACPICA commit 3a9dbc5cb1573b87a16b50918977ab9e53e24408

'object' is known to be NULL at this point. There is little value to log
it twice in the error message.

Link: https://github.com/acpica/acpica/commit/3a9dbc5c
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/dswstate.c