[PATCH 0/2] staging: vt6656: change function from always returning 0 to void

From: John B. Wyatt IV
Date: Tue Mar 24 2020 - 02:46:16 EST


Change vnt_radio_power_on from always returning 0 to void.

The first patch in this series was originally submitted as a
standalone patch. Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
suggested more changes to be made into a patchset.

John B. Wyatt IV (2):
staging: vt6656: remove unneeded variable: ret
staging: vt6656: change unused int return value to void

drivers/staging/vt6656/card.c | 9 ++-------
drivers/staging/vt6656/card.h | 2 +-
drivers/staging/vt6656/main_usb.c | 4 +---
3 files changed, 4 insertions(+), 11 deletions(-)

--
2.25.1