n_tty: Remove alias ptrs in __receive_buf()
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 15 Jun 2013 14:21:18 +0000 (10:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 00:08:40 +0000 (17:08 -0700)
commit8cb06c983822103da1cfe57b9901e60a00e61f67
treeb0fd10af685e0ce0b57961d3cb4234c7ea4df3b4
parent40d5e0905a03601d40cd4e46b8690093c2355d03
n_tty: Remove alias ptrs in __receive_buf()

The char and flag buffer local alias pointers, p and f, are
unnecessary; remove them.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c