commit | 1fc359fc3ea72314cc3ebdfa94c60e020c152cd2 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jun 15 09:36:01 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 16:47:07 2013 -0700 |
tree | 302ccb5a8cd9dee3c5affe1407e1413b66e8a207 | |
parent | f0f947c124e05ec977019b974b12dfe171dd7148 [diff] |
tty: Compute flip buffer ptrs The char_buf_ptr and flag_buf_ptr values are trivially derived from the .data field offset; compute values as needed. Fixes a long-standing type-mismatch with the char and flag ptrs. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>