Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254173
b: refs/heads/master
c: 1312ba4
h: refs/heads/master
i:
  254171: 682d5c3
v: v3
  • Loading branch information
J Freyensee authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 88d5c8f commit 10b899c
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: 1dae42bff57f7a61577ee881265985a660d35c07
refs/heads/master: 1312ba40c0d00f0a5cfcfe3afc222fcef2a90b56
2 changes: 1 addition & 1 deletion trunk/drivers/misc/pti.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ static void pti_tty_cleanup(struct tty_struct *tty)
if (pti_tty_data == NULL)
return;
pti_release_masterchannel(pti_tty_data->mc);
kfree(tty->driver_data);
kfree(pti_tty_data);
tty->driver_data = NULL;
}

Expand Down

0 comments on commit 10b899c

Please sign in to comment.