Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139610
b: refs/heads/master
c: 833bb30
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Apr 1, 2009
1 parent f9f1b8a commit af25bf1
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: 8b53ef33d9d8fa5f771ae11cc6a6e7bc0182beec
refs/heads/master: 833bb3046b6cb320e775ea2160ddca87d53260d5
2 changes: 1 addition & 1 deletion trunk/drivers/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ static void uart_line_info(struct seq_file *m, struct uart_driver *drv, int i)

static int uart_proc_show(struct seq_file *m, void *v)
{
struct tty_driver *ttydrv = v;
struct tty_driver *ttydrv = m->private;
struct uart_driver *drv = ttydrv->driver_state;
int i;

Expand Down

0 comments on commit af25bf1

Please sign in to comment.