summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/rtsx.c
diff options
context:
space:
mode:
authorTapasweni Pathak <tapaswenipathak@gmail.com>2014-09-26 20:45:29 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-28 22:47:54 -0400
commit057c780369cbfb7cf6e3a9a5644025c911297f4f (patch)
treef968db01d752eb230e2aa56dbb19a2277bc331f8 /drivers/staging/rts5208/rtsx.c
parent3c97fbbe55cfda1273abb1b625c1cd08cc122156 (diff)
downloadop-kernel-dev-057c780369cbfb7cf6e3a9a5644025c911297f4f.zip
op-kernel-dev-057c780369cbfb7cf6e3a9a5644025c911297f4f.tar.gz
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: Tapasweni Pathak <tapaswenipathak@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5208/rtsx.c')
-rw-r--r--drivers/staging/rts5208/rtsx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c
index a2ea13a..56c84cdb 100644
--- a/drivers/staging/rts5208/rtsx.c
+++ b/drivers/staging/rts5208/rtsx.c
@@ -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)
OpenPOWER on IntegriCloud