commit | 66b7ed40aaf153d634aabff409a0dda675f37f45 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Sep 21 19:29:05 2009 +0000 |
committer | Len Brown <len.brown@intel.com> | Fri Sep 25 14:24:24 2009 -0400 |
tree | 5036abad82e645ab99878fea41b96c93634efdd9 | |
parent | e8b945c9c155d06e1d1ea594f8e18e01aa36f612 [diff] |
ACPI: remove redundant "handle" and "parent" arguments In several cases, functions take handle and parent device pointers in addition to acpi_device pointers. But the acpi_device structure contains both the handle and the parent pointer, so it's pointless and error-prone to pass them all. This patch removes the unnecessary "handle" and "parent" arguments. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>