Re: [U-Boot] [PATCH V3 07/20] usb: gadget: config: fix unaligned access issues

2013-08-02 Thread Marek Vasut
Dear Troy Kisky, I don't understand what this patch does and why. It's not very clear from the (missing) commit message either. > Signed-off-by: Troy Kisky > --- > drivers/usb/gadget/config.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/usb/gadget/con

[U-Boot] [PATCH V3 07/20] usb: gadget: config: fix unaligned access issues

2013-08-01 Thread Troy Kisky
Signed-off-by: Troy Kisky --- drivers/usb/gadget/config.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/config.c b/drivers/usb/gadget/config.c index f563afe..014a679 100644 --- a/drivers/usb/gadget/config.c +++ b/drivers/usb/gadget/config.c @@ -10,6