All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: vt6656: change function from always returning 0 to void
@ 2020-03-24  6:45 ` John B. Wyatt IV
  0 siblings, 0 replies; 17+ messages in thread
From: John B. Wyatt IV @ 2020-03-24  6:45 UTC (permalink / raw)
  To: outreachy-kernel, Julia Lawall, Forest Bond, Greg Kroah-Hartman,
	Quentin Deslandes, Colin Ian King, Malcolm Priestley,
	Oscar Carter, devel, linux-kernel
  Cc: John B. Wyatt IV

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@linuxfoundation.org> 
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



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-03-30 15:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24  6:45 [PATCH 0/2] staging: vt6656: change function from always returning 0 to void John B. Wyatt IV
2020-03-24  6:45 ` John B. Wyatt IV
2020-03-24  6:45 ` [PATCH 1/2] staging: vt6656: remove unneeded variable: ret John B. Wyatt IV
2020-03-24  6:45   ` John B. Wyatt IV
2020-03-24 10:03   ` Quentin Deslandes
2020-03-24 10:03     ` Quentin Deslandes
2020-03-25  0:32     ` John Wyatt
2020-03-25  9:15       ` Quentin Deslandes
2020-03-26 23:26         ` John Wyatt
2020-03-27  3:52           ` [Outreachy kernel] " Stefano Brivio
2020-03-27 21:41             ` John Wyatt
2020-03-27  6:34           ` Greg Kroah-Hartman
2020-03-27 21:44             ` John Wyatt
2020-03-24  6:45 ` [PATCH 2/2] staging: vt6656: change unused int return value to void John B. Wyatt IV
2020-03-24  6:45   ` John B. Wyatt IV
2020-03-24 17:28 ` [PATCH 0/2] staging: vt6656: change function from always returning 0 " Dan Carpenter
2020-03-24 17:28   ` Dan Carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.