commit | 2efbca4dfc7b43951de6dd1647f9eebda9d4372b | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Jul 05 03:23:36 2013 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Jul 15 01:33:12 2013 +0200 |
tree | b3aaaab16fea1eae333a84603e0dc062bd309d66 | |
parent | f09ce741a03ad7de591aa47e760fbeee28567b63 [diff] |
ACPI / dock: Drop unnecessary local variable from dock_add() The local variable id in dock_add() is not necessary, so drop it. While we're at it, use an initializer to clear the local variable ds and drop the memset() used for this purpose. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>