staging: dgnc: remove redundant initialization for channel array
authorDaeseok Youn <daeseok.youn@gmail.com>
Mon, 26 Sep 2016 00:37:51 +0000 (09:37 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Sep 2016 11:12:25 +0000 (13:12 +0200)
commitcc1c1c141cc6747f0051cccd377e47cd2bda9b3e
treec175166de02ae5bf6726b0356623d91fd2ab6f6a
parente95557654167bbf8005a38957f4cf69550db5d35
staging: dgnc: remove redundant initialization for channel array

The channel array in board_t was initialized in dgnc_found_board()
with NULL. But the channel is going to initialize in dgnc_tty_init().
So the channel array doesn't need to set NULL for initailization.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_driver.c