Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183480
b: refs/heads/master
c: c026ca5
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and David S. Miller committed Jan 10, 2010
1 parent 9cb21d1 commit 776e146
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: c3f6c21d6e60e39c81c27f18ebad9c7615eff545
refs/heads/master: c026ca581f22497c42cbe7a2004fa0d5f1bd6c42
6 changes: 0 additions & 6 deletions trunk/net/irda/ircomm/ircomm_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,6 @@ static void ircomm_tty_close(struct tty_struct *tty, struct file *filp)

IRDA_DEBUG(0, "%s()\n", __func__ );

if (!tty)
return;

IRDA_ASSERT(self != NULL, return;);
IRDA_ASSERT(self->magic == IRCOMM_TTY_MAGIC, return;);

Expand Down Expand Up @@ -1007,9 +1004,6 @@ static void ircomm_tty_hangup(struct tty_struct *tty)
IRDA_ASSERT(self != NULL, return;);
IRDA_ASSERT(self->magic == IRCOMM_TTY_MAGIC, return;);

if (!tty)
return;

/* ircomm_tty_flush_buffer(tty); */
ircomm_tty_shutdown(self);

Expand Down

0 comments on commit 776e146

Please sign in to comment.