From: Bjorn Helgaas Date: Mon, 21 Sep 2009 19:29:20 +0000 (+0000) Subject: ACPI: remove acpi_device_set_context() "type" argument X-Git-Tag: v2.6.32-rc1~18^2~2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3b07726aa288e2a5e60d9a1dd8188b3faa7385;p=pandora-kernel.git ACPI: remove acpi_device_set_context() "type" argument We only pass the "type" to acpi_device_set_context() so we know whether the device has a handle to which we can attach the acpi_device pointer. But it's safer to just check for the handle directly, since it's in the acpi_device already. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed