commit | 6a8c0af6e2d6c472517959b66c96900151c9cb5b | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Jun 03 18:20:24 2013 +0000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jun 19 23:34:58 2013 +0200 |
tree | 27add9b19b9c2e3364c23315d72ff4ec679976bb | |
parent | 0f4c65478d2ac03296415a5bdac1ead3e24cfc5b [diff] |
ACPI: Remove useless initializers These local variables are all initialized at their first use, so there's no point in initializing them earlier. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>