Re: [U-Boot] [PATCH 1/6] usb:gadget:ums: Replace malloc calls with memalign to fix cache buffer alignment

2014-02-01 Thread Lukasz Majewski
On Sat, 1 Feb 2014 03:48:57 +0100 Marek Vasut ma...@denx.de wrote: Hi Marek, On Friday, January 31, 2014 at 01:16:24 PM, Lukasz Majewski wrote: Calls to malloc() have been replaced by memalign. It provides proper buffer alignment. Change-Id: Iffcf42082a125f848124bc84d1a95353493798a4

[U-Boot] [PATCH 1/6] usb:gadget:ums: Replace malloc calls with memalign to fix cache buffer alignment

2014-01-31 Thread Lukasz Majewski
Calls to malloc() have been replaced by memalign. It provides proper buffer alignment. Change-Id: Iffcf42082a125f848124bc84d1a95353493798a4 Signed-off-by: Lukasz Majewski l.majew...@samsung.com Cc: Marek Vasut ma...@denx.de --- drivers/usb/gadget/f_mass_storage.c |4 ++-- 1 file changed, 2

Re: [U-Boot] [PATCH 1/6] usb:gadget:ums: Replace malloc calls with memalign to fix cache buffer alignment

2014-01-31 Thread Marek Vasut
On Friday, January 31, 2014 at 01:16:24 PM, Lukasz Majewski wrote: Calls to malloc() have been replaced by memalign. It provides proper buffer alignment. Change-Id: Iffcf42082a125f848124bc84d1a95353493798a4 ^ Where does this Change-Id come from ? Signed-off-by: Lukasz Majewski