Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40929
b: refs/heads/master
c: c387fd8
h: refs/heads/master
i:
  40927: 9b6ec94
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Nov 15, 2006
1 parent a17d566 commit 6643c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f5ad1a785f7fb9e6f65ba437ba0a64cad4e97dae
refs/heads/master: c387fd85f84b9d89a75596325d8d6a0f730baf64
3 changes: 2 additions & 1 deletion trunk/drivers/char/isicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1062,11 +1062,12 @@ static void isicom_shutdown_port(struct isi_port *port)
static void isicom_close(struct tty_struct *tty, struct file *filp)
{
struct isi_port *port = tty->driver_data;
struct isi_board *card = port->card;
struct isi_board *card;
unsigned long flags;

if (!port)
return;
card = port->card;
if (isicom_paranoia_check(port, tty->name, "isicom_close"))
return;

Expand Down

0 comments on commit 6643c8d

Please sign in to comment.