]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: xhci: convert to TRB_TX_TYPE()
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Tue, 8 Sep 2020 17:00:01 +0000 (19:00 +0200)
committerMarek Vasut <marex@denx.de>
Thu, 1 Oct 2020 17:43:05 +0000 (19:43 +0200)
commitbf58cf9ab1bf13654815d9db35d73c16d4651609
tree7b2a71583ff3bd685edca88cd77ad1630c9c7369
parent4312638eaf7f0bd29ffa8c7957bd51c5eb7d5a32
usb: xhci: convert to TRB_TX_TYPE()

Use TRB_TX_TYPE() instead of (TRB_DATA_OUT/IN << TRB_TX_TYPE_SHIFT)

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/usb/host/xhci-ring.c
include/usb/xhci.h