Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338405
b: refs/heads/master
c: 1b2f8a9
h: refs/heads/master
i:
  338403: 6c242e2
v: v3
  • Loading branch information
chao bi authored and Greg Kroah-Hartman committed Nov 16, 2012
1 parent c5e62d9 commit 5d2c2ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 54d5f88f25c38e5500a17b16240cb3775af00876
refs/heads/master: 1b2f8a9550f92686fb76f9dd4d0ec7c0c3f1b027
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/ifx6x60.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
#include "ifx6x60.h"

#define IFX_SPI_MORE_MASK 0x10
#define IFX_SPI_MORE_BIT 12 /* bit position in u16 */
#define IFX_SPI_CTS_BIT 13 /* bit position in u16 */
#define IFX_SPI_MORE_BIT 4 /* bit position in u8 */
#define IFX_SPI_CTS_BIT 6 /* bit position in u8 */
#define IFX_SPI_MODE SPI_MODE_1
#define IFX_SPI_TTY_ID 0
#define IFX_SPI_TIMEOUT_SEC 2
Expand Down

0 comments on commit 5d2c2ec

Please sign in to comment.