commit | 100013fa1d15181dfefc22e61a2744e8e0ca3c00 | [log] [tgz] |
---|---|---|
author | Lidza Louina <lidza.louina@gmail.com> | Tue Aug 13 15:49:58 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 14 14:09:18 2013 -0700 |
tree | 3bcc605a756a2643d5d2bb825893b4d8b9001b45 | |
parent | a31cefa2648205a972b65c4b8d520823ae4be1b6 [diff] |
staging: dgnc: removes read_cnt, real_raw, rawreadok and buf This patch removes the use of read_cnt, real_raw, buf and rawreadok. The variable buf is never used in the code. The variables rawreadok read_cnt and real_raw don't exist in the new API. Reading the data raw is no longer supported by the tty layer. Signed-off-by: Lidza Louina <lidza.louina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>