commit | 29a171c18fa8c136e535db62a888205f7fb9699c | [log] [tgz] |
---|---|---|
author | Daeseok Youn <daeseok.youn@gmail.com> | Fri Jul 11 19:23:16 2014 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 11 17:35:45 2014 -0700 |
tree | b380af1df6f390e45c0f675e59ab4b34ebeafb02 | |
parent | ffc11c103ac5ba2fa06794be5667fbd183bff056 [diff] |
staging: dgap: removes redundant null check and change paramter for dgap_tty_digigeta() Null checks in dgap_tty_digigeta() are already done by dgap_tty_ioctl() and change "tty" as a paramter of this function to "ch" and "un". Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>