Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290487
b: refs/heads/master
c: 5bd4973
h: refs/heads/master
i:
  290485: d3fd2cb
  290483: cc48ad4
  290479: 3d4c95c
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Feb 27, 2012
1 parent de07a19 commit a1ad3fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: ff4783ce78c08d2990126ce1874250ae8e72bbd2
refs/heads/master: 5bd49735db39c1c1360cb91b1f1e1c999d90eb94
8 changes: 4 additions & 4 deletions trunk/drivers/isdn/gigaset/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,10 +679,10 @@ void gigaset_if_initdriver(struct gigaset_driver *drv, const char *procname,
if (tty == NULL)
goto enomem;

tty->magic = TTY_DRIVER_MAGIC,
tty->type = TTY_DRIVER_TYPE_SERIAL,
tty->subtype = SERIAL_TYPE_NORMAL,
tty->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV;
tty->magic = TTY_DRIVER_MAGIC;
tty->type = TTY_DRIVER_TYPE_SERIAL;
tty->subtype = SERIAL_TYPE_NORMAL;
tty->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV;

tty->driver_name = procname;
tty->name = devname;
Expand Down

0 comments on commit a1ad3fb

Please sign in to comment.