usb: xhci-mtk: use first-fit for LS/FS
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Fri, 7 May 2021 02:11:27 +0000 (10:11 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 14:21:49 +0000 (16:21 +0200)
commit4676be28a46e9b1aef9a1fd24ecc207ebc189c9a
tree85322798ab85284799e7f9a355fb973d0172bdbf
parentbb8d7ef68e294ab5cc4be54c966245bf24cb843a
usb: xhci-mtk: use first-fit for LS/FS

Use first-fit instead of best-fit for LS/FS devices under TT,
we found that best-fit will consume more bandwidth for some
cases.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20210507021127.54717-4-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-mtk-sch.c