Re: [PATCH v2 1/2] musb-new: omap2430: no host data access in gadget mode

2023-01-19 Thread Tom Rini
On Mon, Jan 09, 2023 at 08:13:30AM +0100, Andreas Kemnade wrote: > Avoid accessing structures (usb_bus_priv) only present when musb is > in host mode. > > Signed-off-by: Andreas Kemnade Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 1/2] musb-new: omap2430: no host data access in gadget mode

2023-01-08 Thread Andreas Kemnade
Avoid accessing structures (usb_bus_priv) only present when musb is in host mode. Signed-off-by: Andreas Kemnade --- drivers/usb/musb-new/omap2430.c | 34 - 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/drivers/usb/musb-new/omap2430.c