Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[pandora-kernel.git] / drivers / acpi / acpica / uteval.c
index 7f5e734..6dfdeb6 100644 (file)
@@ -307,7 +307,7 @@ acpi_ut_evaluate_object(struct acpi_namespace_node *prefix_node,
                                  prefix_node, path, AE_TYPE);
 
                ACPI_ERROR((AE_INFO,
-                           "Type returned from %s was incorrect: %s, expected Btypes: %X",
+                           "Type returned from %s was incorrect: %s, expected Btypes: 0x%X",
                            path,
                            acpi_ut_get_object_type_name(info->return_object),
                            expected_return_btypes));