commit | 8670a56ff70ec1fcbb95bd05a478c5a8361fee53 | [log] [tgz] |
---|---|---|
author | Daeseok Youn <daeseok.youn@gmail.com> | Fri Apr 01 17:28:22 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 04 12:41:24 2016 -0700 |
tree | 2eb146746522c9dbf1550151a4013d53a0efa04c | |
parent | 77ed2c5745d93416992857d124f35834b62b3e70 [diff] |
staging: dgnc: remove too many traverse pointer The "ch->ch_bd" is already assined to "bd" but this is only for checking null or MAGIC number. in the dgnc_tty_ioctl function, bd can be used for referencing to board_ops structure. Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>