merged. Bruce
In message: [linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH] drivers/usb/host/xhci-ring.c: fix compile error: 'status' undeclared on 20/02/2023 Li Wang wrote: > 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 (#12175): https://lists.yoctoproject.org/g/linux-yocto/message/12175 Mute This Topic: https://lists.yoctoproject.org/mt/97079718/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
