Index: uspace/drv/bus/usb/uhcirh/port.c
===================================================================
--- uspace/drv/bus/usb/uhcirh/port.c	(revision 90994fa1ec60bf10a68ef4f056183053240541f5)
+++ uspace/drv/bus/usb/uhcirh/port.c	(revision 013517b0cc26d6f9fba3a17eb1e11802c8c00986)
@@ -261,5 +261,5 @@
 		ret = usb_hc_new_device_wrapper(port->rh, &port->hc_connection,
 		    speed, uhci_port_reset_enable, port->number, port,
-		    &port->attached_device.address, NULL, NULL, NULL,
+		    &port->attached_device.address, NULL, NULL,
 		    &port->attached_device.fun);
 	} while (ret != EOK && ++count < 4);
Index: uspace/drv/bus/usb/usbhub/port.c
===================================================================
--- uspace/drv/bus/usb/usbhub/port.c	(revision 90994fa1ec60bf10a68ef4f056183053240541f5)
+++ uspace/drv/bus/usb/usbhub/port.c	(revision 013517b0cc26d6f9fba3a17eb1e11802c8c00986)
@@ -423,6 +423,5 @@
 	    &data->hub->connection, data->speed,
 	    enable_port_callback, (int) data->port->port_number,
-	    data->port, &new_address, NULL,
-	    NULL, NULL, &child_fun);
+	    data->port, &new_address, NULL, NULL, &child_fun);
 
 	if (rc != EOK) {
Index: uspace/drv/bus/usb/vhc/hub.c
===================================================================
--- uspace/drv/bus/usb/vhc/hub.c	(revision 90994fa1ec60bf10a68ef4f056183053240541f5)
+++ uspace/drv/bus/usb/vhc/hub.c	(revision 013517b0cc26d6f9fba3a17eb1e11802c8c00986)
@@ -114,8 +114,6 @@
 
 	ddf_fun_t *hub_dev;
-	rc = usb_hc_new_device_wrapper(hc_dev->dev, &hc_conn,
-	    USB_SPEED_FULL,
-	    pretend_port_rest, 0, NULL,
-	    NULL, NULL, &rh_ops, hc_dev, &hub_dev);
+	rc = usb_hc_new_device_wrapper(hc_dev->dev, &hc_conn, USB_SPEED_FULL,
+	    pretend_port_rest, 0, NULL, NULL, &rh_ops, hc_dev, &hub_dev);
 	if (rc != EOK) {
 		usb_log_fatal("Failed to create root hub: %s.\n",
