Skip to content

Commit

Permalink
ACPICA: Disassembler: Emit correct string for 0 stop bits.
Browse files Browse the repository at this point in the history
Was stop_bits_none, corrected to stop_bits_zero.
David E. Box.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Nov 27, 2014
1 parent f8c73f8 commit 1181173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/acpica/utresrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ const char *acpi_gbl_bpb_decode[] = {
/* UART serial bus stop bits */

const char *acpi_gbl_sb_decode[] = {
"StopBitsNone",
"StopBitsZero",
"StopBitsOne",
"StopBitsOnePlusHalf",
"StopBitsTwo"
Expand Down

0 comments on commit 1181173

Please sign in to comment.