ACPICA: Disassembler: Expand maximum output string length to 64K
[deliverable/linux.git] / drivers / acpi / acpica / utstring.c
index c53759b76a3f97d0fe5558f36ad9b656fbc905fa..cb1e9cc32d5f8d89e7d8ba954d5c0928a0ff5f66 100644 (file)
@@ -333,7 +333,8 @@ acpi_status acpi_ut_strtoul64(char *string, u32 base, u64 *ret_integer)
  * FUNCTION:    acpi_ut_print_string
  *
  * PARAMETERS:  string          - Null terminated ASCII string
- *              max_length      - Maximum output length
+ *              max_length      - Maximum output length. Used to constrain the
+ *                                length of strings during debug output only.
  *
  * RETURN:      None
  *
@@ -342,7 +343,7 @@ acpi_status acpi_ut_strtoul64(char *string, u32 base, u64 *ret_integer)
  *
  ******************************************************************************/
 
-void acpi_ut_print_string(char *string, u8 max_length)
+void acpi_ut_print_string(char *string, u16 max_length)
 {
        u32 i;
 
This page took 0.034201 seconds and 5 git commands to generate.