Loading drivers/acpi/executer/exconvrt.c +11 −10 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ acpi_ex_convert_to_integer(union acpi_operand_object *obj_desc, break; default: /* No other types can get here */ break; } Loading Loading @@ -365,7 +366,7 @@ acpi_ex_convert_to_ascii(acpi_integer integer, } /* * Since leading zeros are supressed, we must check for the case where * Since leading zeros are suppressed, we must check for the case where * the integer equals 0 * * Finally, null terminate the string and return the length Loading Loading
drivers/acpi/executer/exconvrt.c +11 −10 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ acpi_ex_convert_to_integer(union acpi_operand_object *obj_desc, break; default: /* No other types can get here */ break; } Loading Loading @@ -365,7 +366,7 @@ acpi_ex_convert_to_ascii(acpi_integer integer, } /* * Since leading zeros are supressed, we must check for the case where * Since leading zeros are suppressed, we must check for the case where * the integer equals 0 * * Finally, null terminate the string and return the length Loading