Re: [PATCH v4 16/22] usb/msd: Split async packet tracking into data and csw

2025-05-05 Thread Kevin Wolf
Am 05.05.2025 um 15:05 hat Kevin Wolf geschrieben: > Am 02.05.2025 um 05:30 hat Nicholas Piggin geschrieben: > > The async packet handling logic has places that infer whether the > > async packet is data or CSW, based on context. This is not wrong, > > it just makes the logic easier to follow if th

Re: [PATCH v4 16/22] usb/msd: Split async packet tracking into data and csw

2025-05-05 Thread Kevin Wolf
Am 02.05.2025 um 05:30 hat Nicholas Piggin geschrieben: > The async packet handling logic has places that infer whether the > async packet is data or CSW, based on context. This is not wrong, > it just makes the logic easier to follow if they are categorised > when they are accepted. > > Signed-of