]> 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:16:18 +0000 (09:16 +0200)
commitb0dc0aac2085db45b4dac7f0ed2917d7da4f266d
treeb3fb112f9382582c09597fa5cd6d7a7005588321
parenta2943d2d9a00ae7c5c1fde2b2e7e9cdb47e7db05
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