patch-2.4.25 linux-2.4.25/drivers/acpi/executer/exstore.c
Next file: linux-2.4.25/drivers/acpi/executer/exstoren.c
Previous file: linux-2.4.25/drivers/acpi/executer/exresop.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/acpi/executer/exstore.c
- Orig date:
2003-08-25 04:44:41.000000000 -0700
diff -urN linux-2.4.24/drivers/acpi/executer/exstore.c linux-2.4.25/drivers/acpi/executer/exstore.c
@@ -6,7 +6,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2003, R. Byron Moore
+ * Copyright (C) 2000 - 2004, R. Byron Moore
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -190,8 +190,7 @@
case ACPI_TYPE_INTEGER:
ACPI_DEBUG_PRINT_RAW ((ACPI_DB_DEBUG_OBJECT, "%8.8X%8.8X\n",
- ACPI_HIDWORD (source_desc->integer.value),
- ACPI_LODWORD (source_desc->integer.value)));
+ ACPI_FORMAT_UINT64 (source_desc->integer.value)));
break;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)