aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/vhci_hcd.c
diff options
context:
space:
mode:
authorMax Vozeler <max@hinterhof.net>2014-07-28 13:28:10 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-30 16:39:34 -0700
commita948318f70b4035983db7d178618b407bcd1fecb (patch)
tree7684702a79290e2583054738318115de738d51fa /drivers/staging/usbip/vhci_hcd.c
parentstaging: vt6655: coding style: Fixed commenting style (diff)
downloadlinux-dev-a948318f70b4035983db7d178618b407bcd1fecb.tar.xz
linux-dev-a948318f70b4035983db7d178618b407bcd1fecb.zip
staging: usbip: remove redundant return statements
Remove redundant return statements at the end of void functions. This addresses the checkpatch.pl warnings: WARNING: void function return statements are not generally useful Signed-off-by: Max Vozeler <max@hinterhof.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip/vhci_hcd.c')
-rw-r--r--drivers/staging/usbip/vhci_hcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/usbip/vhci_hcd.c b/drivers/staging/usbip/vhci_hcd.c
index e21c1b4d09ed..c02374b6049c 100644
--- a/drivers/staging/usbip/vhci_hcd.c
+++ b/drivers/staging/usbip/vhci_hcd.c
@@ -1121,7 +1121,6 @@ static struct platform_driver vhci_driver = {
*/
static void the_pdev_release(struct device *dev)
{
- return;
}
static struct platform_device the_pdev = {