Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 057c7803 authored by Tapasweni Pathak's avatar Tapasweni Pathak Committed by Greg Kroah-Hartman
Browse files

staging: rts5208: Remove unncessary return in function returning void



This patch fixes checkpatch.pl warning in rtsx.c file.
WARNING: void function return statements are not generally useful

Signed-off-by: default avatarTapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3c97fbbe
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -414,8 +414,6 @@ static void rtsx_shutdown(struct pci_dev *pci)
		pci_disable_msi(pci);

	pci_disable_device(pci);

	return;
}

static int rtsx_control_thread(void *__dev)