summary refs log tree commit diff
path: root/devices/src/usb/xhci/ring_buffer_controller.rs
diff options
context:
space:
mode:
Diffstat (limited to 'devices/src/usb/xhci/ring_buffer_controller.rs')
-rw-r--r--devices/src/usb/xhci/ring_buffer_controller.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/src/usb/xhci/ring_buffer_controller.rs b/devices/src/usb/xhci/ring_buffer_controller.rs
index 5084fab..201441a 100644
--- a/devices/src/usb/xhci/ring_buffer_controller.rs
+++ b/devices/src/usb/xhci/ring_buffer_controller.rs
@@ -320,7 +320,7 @@ mod tests {
     fn test_ring_buffer_controller() {
         let (tx, rx) = channel();
         let mem = setup_mem();
-        let (l, j) = EventLoop::start(None).unwrap();
+        let (l, j) = EventLoop::start("test".to_string(), None).unwrap();
         let l = Arc::new(l);
         let controller = RingBufferController::new_with_handler(
             "".to_string(),