staging: vt6656: Fix warning: unused variable vnt_frame_time
authorMalcolm Priestley <tvboxspy@gmail.com>
Wed, 27 May 2020 09:35:46 +0000 (10:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 May 2020 10:23:11 +0000 (12:23 +0200)
commit3466a8c15be8a0acea399f78fbe3764e14d7c11a
treebb44387131b0695adad1e3555ccf572fea8ee247
parent5f46e3cde5a42502595effbc7ba7d4e902bff2f0
staging: vt6656: Fix warning: unused variable vnt_frame_time

In commit 61bb798767e4
("staging: vt6656: vnt_get_rtscts_rsvtime_le replace with rts/cts duration.")
not quite all of the code was removed.

Remove unused vnt_frame_time variable.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/5096f399-03e7-77e1-b334-947aabc44d14@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c