git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c7343
)
removed unused var real_tty on n_tty_ioctl()
author
Gustavo Fernando Padovan
<gustavo@las.ic.unicamp.br>
Mon, 23 Jun 2008 11:07:06 +0000
(12:07 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 23 Jun 2008 17:36:47 +0000
(10:36 -0700)
I noted that the 'struct tty_struct *real_tty' is not used in this
function, so I removed the code about 'real_tty'.
Signed-off-by: Gustavo Fernando Padovan <gustavo@las.ic.unicamp.br>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found