Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83449
b: refs/heads/master
c: 4749380
h: refs/heads/master
i:
  83447: b3bb315
v: v3
  • Loading branch information
Daniel Walker authored and Linus Torvalds committed Feb 6, 2008
1 parent 07f9cf7 commit 4559534
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: eb31005eaf3ca0705b404a78eb92f714c9449276
refs/heads/master: 4749380ed688884a3bd3328b1bf32529d96aa49b
1 change: 0 additions & 1 deletion trunk/drivers/isdn/i4l/isdn_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,6 @@ isdn_tty_modem_init(void)
info->owner = THIS_MODULE;
#endif
spin_lock_init(&info->readlock);
init_MUTEX(&info->write_sem);
sprintf(info->last_cause, "0000");
sprintf(info->last_num, "none");
info->last_dir = 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/isdn.h
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ typedef struct modem_info {
struct ktermios normal_termios; /* For saving termios structs */
struct ktermios callout_termios;
wait_queue_head_t open_wait, close_wait;
struct semaphore write_sem;
spinlock_t readlock;
} modem_info;

Expand Down

0 comments on commit 4559534

Please sign in to comment.