ACPI: thermal: Drop nocrt parameter
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 12 Jul 2023 17:24:59 +0000 (12:24 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 17 Jul 2023 13:24:53 +0000 (15:24 +0200)
commit5f641174a12b8a876a4101201a21ef4675ecc014
treeaf90eee7b7ad22cc43123e0f816bfa9349159491
parentfdf0eaf11452d72945af31804e2a1048ee1b574c
ACPI: thermal: Drop nocrt parameter

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>
Documentation/admin-guide/kernel-parameters.txt
drivers/acpi/thermal.c