]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI: thermal: Drop nocrt parameter
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 12 Jul 2023 17:24:59 +0000 (12:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 2 Sep 2023 07:17:07 +0000 (09:17 +0200)
commit758e3d0cb753576b192962f2e832364247488092
treef6cbac4a9e5c0ac506c2ee4a06e6585b1c8fabb1
parent9e43368a3393dd40002cecb63e13af285be270fc
ACPI: thermal: Drop nocrt parameter

commit 5f641174a12b8a876a4101201a21ef4675ecc014 upstream.

The `nocrt` module parameter has no code associated with it and does
nothing.  As `crt=-1` has same functionality as what nocrt should be
doing drop `nocrt` and associated documentation.

This should fix a quirk for Gigabyte GA-7ZX that used `nocrt` and
thus didn't function properly.

Fixes: 8c99fdce3078 ("ACPI: thermal: set "thermal.nocrt" via DMI on Gigabyte GA-7ZX")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/admin-guide/kernel-parameters.txt
drivers/acpi/thermal.c