ACPI: processor: throttling: remove variable count
authorColin Ian King <colin.i.king@gmail.com>
Mon, 24 Oct 2022 13:32:58 +0000 (14:32 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 28 Oct 2022 17:02:45 +0000 (19:02 +0200)
commit04068da8473549c0f88538f6820a7f94bcce3686
tree638031436a6756f9d1ee1fea6bf28a45af412597
parent2437513a814b3e93bd02879740a8a06e52e2cf7d
ACPI: processor: throttling: remove variable count

Variable count is just being incremented and it's never used
anywhere else. The variable and the increment are redundant so
remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/processor_throttling.c