platform/x86: thinkpad_acpi: Use false to set acpi_send_ev to false
authorHans de Goede <hdegoede@redhat.com>
Mon, 29 Apr 2024 09:34:46 +0000 (11:34 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 29 Apr 2024 09:53:52 +0000 (11:53 +0200)
commit44bbcc277b97cdb82cbbbc9df6dbbd0a66f76e21
tree03cbe2b0a26942a7960d31ad41c53a3f8209b6ec
parentfd1e3344d13f1eedb862804dd1d2d5e184cf8eae
platform/x86: thinkpad_acpi: Use false to set acpi_send_ev to false

acpi_send_ev is a bool and everywhere else true/false is used
to set it. Replace the one instance using 0 with false.

Suggested-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20240429093446.130322-1-hdegoede@redhat.com
drivers/platform/x86/thinkpad_acpi.c