Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280692
b: refs/heads/master
c: ee948e3
h: refs/heads/master
v: v3
  • Loading branch information
Sonic Zhang authored and Greg Kroah-Hartman committed Dec 10, 2011
1 parent 81050a0 commit f0d45fe
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 32b4456877319fed8d5630f3db011097fd3cf7a8
refs/heads/master: ee948e379ede642b7499e78e8e30c10f90c0a1c5
4 changes: 3 additions & 1 deletion trunk/drivers/tty/serial/bfin_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -1377,8 +1377,10 @@ static int bfin_serial_probe(struct platform_device *pdev)
res = platform_get_resource(pdev, IORESOURCE_IO, 0);
if (res == NULL)
uart->cts_pin = -1;
else
else {
uart->cts_pin = res->start;
uart->port.flags |= ASYNC_CTS_FLOW;
}

res = platform_get_resource(pdev, IORESOURCE_IO, 1);
if (res == NULL)
Expand Down

0 comments on commit f0d45fe

Please sign in to comment.