Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207925
b: refs/heads/master
c: 93e3d58
h: refs/heads/master
i:
  207923: 9cddb7d
v: v3
  • Loading branch information
John Villalovos authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent 5dd3b95 commit d1b5dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8dd4757a6cf0a8909148a61b89fa3a6d4f9b3ee
refs/heads/master: 93e3d58284626ff6466f9c3dac8800cd6f8079c6
2 changes: 1 addition & 1 deletion trunk/include/linux/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ struct serial_uart_config {
#define ASYNC_BUGGY_UART (1U << ASYNCB_BUGGY_UART)
#define ASYNC_AUTOPROBE (1U << ASYNCB_AUTOPROBE)

#define ASYNC_FLAGS ((1U << ASYNCB_LAST_USER) - 1)
#define ASYNC_FLAGS ((1U << (ASYNCB_LAST_USER + 1)) - 1)
#define ASYNC_USR_MASK (ASYNC_SPD_HI|ASYNC_SPD_VHI| \
ASYNC_CALLOUT_NOHUP|ASYNC_SPD_SHI|ASYNC_LOW_LATENCY)
#define ASYNC_SPD_CUST (ASYNC_SPD_HI|ASYNC_SPD_VHI)
Expand Down

0 comments on commit d1b5dba

Please sign in to comment.