patch-2.4.25 linux-2.4.25/drivers/acpi/resources/rscalc.c
Next file: linux-2.4.25/drivers/acpi/resources/rscreate.c
Previous file: linux-2.4.25/drivers/acpi/resources/rsaddr.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/acpi/resources/rscalc.c
- Orig date:
2003-08-25 04:44:41.000000000 -0700
diff -urN linux-2.4.24/drivers/acpi/resources/rscalc.c linux-2.4.25/drivers/acpi/resources/rscalc.c
@@ -5,7 +5,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
@@ -696,7 +696,7 @@
default:
/*
* If we get here, everything is out of sync,
- * so exit with an error
+ * exit with an error
*/
return_ACPI_STATUS (AE_AML_INVALID_RESOURCE_TYPE);
}
@@ -704,7 +704,7 @@
/*
* Update the return value and counter
*/
- buffer_size += ACPI_ALIGN_RESOURCE_SIZE(structure_size);
+ buffer_size += (u32) ACPI_ALIGN_RESOURCE_SIZE (structure_size);
bytes_parsed += bytes_consumed;
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)