acpi_wmi: Add type check before evaluating query ACPI method.Some ACPI wmi query is impremented by named object, not method,
ACPICA complains when non-method object is evaluated with one or more arguments.
Especially, almost all binary MOF object obtaining method is the case.
This commit will fix it.