Home
last modified time | relevance | path

Searched hist:"639 e9903c20611772cb38433add6fe2383b9fabf" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dci_udc.c639e9903c20611772cb38433add6fe2383b9fabf Tue Jul 01 17:41:18 UTC 2014 Stephen Warren <swarren@nvidia.com> usb: ci_udc: don't memalign() struct ci_req allocations

struct ci_req is a purely software structure, and needs no specific
memory alignment. Hence, allocate it with calloc() rather than
memalign(). The use of memalign() was left-over from when struct ci_req
was going to hold the aligned bounce buffer, but this is now dynamically
allocated.

Signed-off-by: Stephen Warren <swarren@nvidia.com>