commit | bf04a77227db76f163bc2355ef4e176794987be2 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Wed Apr 08 15:39:54 2009 +0000 |
committer | Len Brown <len.brown@intel.com> | Sat Apr 11 00:36:40 2009 -0400 |
tree | bd31c578e7759c8c9467204588c06a215e336f20 | |
parent | 1bce81131c71064bc3163078f24545b839a31967 [diff] |
ACPI: button: cache hid/name/class pointers This patch adds temporaries to cache the acpi_device_hid(), acpi_device_name(), and acpi_device_class() pointers so we don't have to clutter the code with so many uses of those interfaces. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>