Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175338
b: refs/heads/master
c: 6238e71
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent f566968 commit 0c88f38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 584abc3775e76c1a2abe725355915851ed23ed6c
refs/heads/master: 6238e712aff51ae74177cee5b2a63c0e37044e8f
6 changes: 0 additions & 6 deletions trunk/drivers/mmc/card/sdio_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,12 +902,6 @@ static void sdio_uart_set_termios(struct tty_struct *tty, struct ktermios *old_t
struct sdio_uart_port *port = tty->driver_data;
unsigned int cflag = tty->termios->c_cflag;

#define RELEVANT_IFLAG(iflag) ((iflag) & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))

if ((cflag ^ old_termios->c_cflag) == 0 &&
RELEVANT_IFLAG(tty->termios->c_iflag ^ old_termios->c_iflag) == 0)
return;

if (sdio_uart_claim_func(port) != 0)
return;

Expand Down

0 comments on commit 0c88f38

Please sign in to comment.