diff options
author | thompsa <thompsa@FreeBSD.org> | 2008-12-11 23:17:48 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2008-12-11 23:17:48 +0000 |
commit | 509ce401ea8d49b634f2041c35c407a0d4e7d980 (patch) | |
tree | ae90a4775f819938ce76a2ac57532430f074e627 /sys/dev/usb2/controller/ehci2_pci.c | |
parent | f0bc2443fb563ef6515d23cfb540d20ed77bba6e (diff) | |
download | FreeBSD-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.c | 1 |
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 = |