ACPI: Remove useless initializers
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 3 Jun 2013 18:20:24 +0000 (18:20 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 19 Jun 2013 21:34:58 +0000 (23:34 +0200)
commit6a8c0af6e2d6c472517959b66c96900151c9cb5b
tree27add9b19b9c2e3364c23315d72ff4ec679976bb
parent0f4c65478d2ac03296415a5bdac1ead3e24cfc5b
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>
drivers/acpi/bus.c