From 509ce401ea8d49b634f2041c35c407a0d4e7d980 Mon Sep 17 00:00:00 2001 From: thompsa Date: Thu, 11 Dec 2008 23:17:48 +0000 Subject: Remove superfluous return statements from the end of void functions. --- sys/dev/usb2/controller/ehci2_pci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/usb2/controller/ehci2_pci.c') 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 = -- cgit v1.1