ACPI: EC: Remove initialization of static variables to false
authorwangzhitong <wangzhitong@uniontech.com>
Wed, 3 Nov 2021 05:51:19 +0000 (13:51 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 3 Nov 2021 18:17:40 +0000 (19:17 +0100)
commit69cace6e187c44d8d51d35dcce7c399a34e0f8d6
tree6830246fea8cca5b7505320c068c6b05899e300f
parenteb794e3c6bf0890bc1039baa6bbf06e922cfa9a3
ACPI: EC: Remove initialization of static variables to false

Remove the initialization of two static variables to false which is
pointless.

Signed-off-by: wangzhitong <wangzhitong@uniontech.com>
[ rjw: Subject and changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ec.c