On Wed, Sep 2, 2020 at 2:14 PM Frank Wunderlich <[email protected]> wrote: > > From: Chunfeng Yun <[email protected]> > > Use TRB_TYPE(p) instead of ((p) << TRB_TYPE_SHIFT) > > Signed-off-by: Chunfeng Yun <[email protected]> > --- > drivers/usb/host/xhci-mem.c | 3 +-- > drivers/usb/host/xhci-ring.c | 11 +++++------ > include/usb/xhci.h | 1 - > 3 files changed, 6 insertions(+), 9 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

