Signed-off-by: Li Wang <[email protected]>
---
drivers/usb/host/xhci-ring.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c
index b847d6d11c3b..77e5bb21405a 100644
--- a/drivers/usb/host/xhci-ring.c
+++ b/drivers/usb/host/xhci-ring.c
@@ -2148,7 +2148,7 @@ static int process_ctrl_td(struct xhci_hcd *xhci, struct
xhci_td *td,
if (trb_type != TRB_STATUS)
xhci_dbg(xhci, "Success on ctrl %s TRB without IOC
set?\n",
(trb_type == TRB_DATA) ? "data" : "setup");
- *status = 0;
+ td->status = 0;
break;
case COMP_SHORT_PACKET:
td->status = 0;
--
2.25.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12170):
https://lists.yoctoproject.org/g/linux-yocto/message/12170
Mute This Topic: https://lists.yoctoproject.org/mt/97079718/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-