staging: vt6656: vnt_fill_cts_head remove unneeded NULL check.
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 1 Feb 2015 11:59:42 +0000 (11:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:16:59 +0000 (17:16 +0800)
commit5c9b063a0ae48acaba69ebffc43ea8214ff70c64
tree4158277b819f1d64f368352cc78fd049afd2829f
parent6d854127268010f98c66c9e93fd278c2d76a6562
staging: vt6656: vnt_fill_cts_head remove unneeded NULL check.

union vnt_tx_data_head is nolonger detached from main
vnt_tx_buffer structure so this check is unnecessary.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c