/* FS/LS bus bandwidth */
        if (tt_usecs) {
+               /*
+                * find_tt() will not return any error here as we have
+                * already called find_tt() before calling this function
+                * and checked for any error return. The previous call
+                * would have created the data structure.
+                */
                tt = find_tt(qh->ps.udev);
                if (sign > 0)
                        list_add_tail(&qh->ps.ps_list, &tt->ps_list);
                        }
                }
 
+               /*
+                * find_tt() will not return any error here as we have
+                * already called find_tt() before calling this function
+                * and checked for any error return. The previous call
+                * would have created the data structure.
+                */
                tt = find_tt(stream->ps.udev);
                if (sign > 0)
                        list_add_tail(&stream->ps.ps_list, &tt->ps_list);