platform/x86: intel-wmi-sbl-fw-update: Fix function name in error message
authorArmin Wolf <W_Armin@gmx.de>
Sat, 6 Jan 2024 22:41:26 +0000 (23:41 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 22 Jan 2024 10:37:28 +0000 (11:37 +0100)
commit348d9cc7bde30852aa4f54aa70a22c3ad5dd081a
treef820c15314e29eae2e9e39990dbd95bfa1b2b239
parent9e054ed05ddae2c1b4b2bcb5dfcae49c5ac7637e
platform/x86: intel-wmi-sbl-fw-update: Fix function name in error message

Since when the driver was converted to use the bus-based WMI
interface, the old GUID-based WMI functions are not used anymore.
Update the error message to avoid confusing users.

Compile-tested only.

Fixes: 75c487fcb69c ("platform/x86: intel-wmi-sbl-fw-update: Use bus-based WMI interface")
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20240106224126.13803-1-W_Armin@gmx.de
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel/wmi/sbl-fw-update.c