Re: [next PATCH] usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints

2021-02-01 Thread Chunfeng Yun
On Mon, 2021-02-01 at 17:20 +0800, Ikjoon Jang wrote: > HI Chunfeng, > > On Mon, Feb 1, 2021 at 1:58 PM Chunfeng Yun wrote: > > > > For those unchecked endpoints, we don't allocate bandwidth for > > them, so no need free the bandwidth, otherwise will decrease > > the allocated bandwidth. > > Mean

Re: [next PATCH] usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints

2021-02-01 Thread Ikjoon Jang
HI Chunfeng, On Mon, Feb 1, 2021 at 1:58 PM Chunfeng Yun wrote: > > For those unchecked endpoints, we don't allocate bandwidth for > them, so no need free the bandwidth, otherwise will decrease > the allocated bandwidth. > Meanwhile use xhci_dbg() instead of dev_dbg() to print logs and > rename b

[next PATCH] usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints

2021-01-31 Thread Chunfeng Yun
For those unchecked endpoints, we don't allocate bandwidth for them, so no need free the bandwidth, otherwise will decrease the allocated bandwidth. Meanwhile use xhci_dbg() instead of dev_dbg() to print logs and rename bw_ep_list_new as bw_ep_chk_list. Fixes: 1d69f9d901ef ("usb: xhci-mtk: fix unr