Re: [PATCH 1/6] usb: xhci: refactor xhci_set_configuration

2024-02-21 Thread Marek Vasut
On 2/21/24 08:25, Janne Grunau via B4 Relay wrote: From: Janne Grunau In the next step endpoints for multiple interfaces are set up. Move most of the per endpoint initialization to separate function to avoid another identation level. Signed-off-by: Janne Grunau Reviewed-by: Marek Vasut

[PATCH 1/6] usb: xhci: refactor xhci_set_configuration

2024-02-20 Thread Janne Grunau via B4 Relay
From: Janne Grunau In the next step endpoints for multiple interfaces are set up. Move most of the per endpoint initialization to separate function to avoid another identation level. Signed-off-by: Janne Grunau --- drivers/usb/host/xhci.c | 119 +---