Index: uspace/lib/usbhid/src/hiddescriptor.c
===================================================================
--- uspace/lib/usbhid/src/hiddescriptor.c	(revision 8f1647243997653d8aa0400d184d13501322b8e5)
+++ uspace/lib/usbhid/src/hiddescriptor.c	(revision adfdbd51f9cd406c1bbdfba5c7e33ab7300f0398)
@@ -91,5 +91,5 @@
 		usb_hid_report_t *report, usb_hid_report_path_t *cmp_path) {
 	
-	link_t *path_it = report->collection_paths.prev->next;
+	link_t *path_it = report->collection_paths.next;
 	usb_hid_report_path_t *path = NULL;
 	
