summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb2/controller/ehci2_pci.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-12-11 23:17:48 +0000
committerthompsa <thompsa@FreeBSD.org>2008-12-11 23:17:48 +0000
commit509ce401ea8d49b634f2041c35c407a0d4e7d980 (patch)
treeae90a4775f819938ce76a2ac57532430f074e627 /sys/dev/usb2/controller/ehci2_pci.c
parentf0bc2443fb563ef6515d23cfb540d20ed77bba6e (diff)
downloadFreeBSD-src-509ce401ea8d49b634f2041c35c407a0d4e7d980.zip
FreeBSD-src-509ce401ea8d49b634f2041c35c407a0d4e7d980.tar.gz
Remove superfluous return statements from the end of void functions.
Diffstat (limited to 'sys/dev/usb2/controller/ehci2_pci.c')
-rw-r--r--sys/dev/usb2/controller/ehci2_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb2/controller/ehci2_pci.c b/sys/dev/usb2/controller/ehci2_pci.c
index 2d33cb0..41b5c2c 100644
--- a/sys/dev/usb2/controller/ehci2_pci.c
+++ b/sys/dev/usb2/controller/ehci2_pci.c
@@ -468,7 +468,6 @@ ehci_pci_takecontroller(device_t self)
usb2_pause_mtx(NULL, 10); /* wait 10ms */
}
}
- return;
}
static driver_t ehci_driver =
OpenPOWER on IntegriCloud