Loading drivers/usb/dwc3/debugfs.c +3 −1 Original line number Diff line number Diff line Loading @@ -747,8 +747,10 @@ static int dwc3_ep_trbs_show(struct seq_file *s, void *unused) spin_lock_irqsave(&dwc->lock, flags); dep = dwc->eps[ep_num]; if (!dep->trb_pool) if (!dep->trb_pool) { spin_unlock_irqrestore(&dwc->lock, flags); return 0; } seq_printf(s, "%s trb pool: flags:0x%x freeslot:%d busyslot:%d\n", dep->name, dep->flags, dep->free_slot, dep->busy_slot); Loading Loading
drivers/usb/dwc3/debugfs.c +3 −1 Original line number Diff line number Diff line Loading @@ -747,8 +747,10 @@ static int dwc3_ep_trbs_show(struct seq_file *s, void *unused) spin_lock_irqsave(&dwc->lock, flags); dep = dwc->eps[ep_num]; if (!dep->trb_pool) if (!dep->trb_pool) { spin_unlock_irqrestore(&dwc->lock, flags); return 0; } seq_printf(s, "%s trb pool: flags:0x%x freeslot:%d busyslot:%d\n", dep->name, dep->flags, dep->free_slot, dep->busy_slot); Loading