Merge git://git.denx.de/u-boot-usb

This commit is contained in:
Tom Rini 2016-02-26 18:08:43 -05:00
commit 50dc8677d7

View file

@ -237,7 +237,7 @@ static int ehci_shutdown(struct ehci_ctrl *ctrl)
static int ehci_td_buffer(struct qTD *td, void *buf, size_t sz)
{
uint32_t delta, next;
uint32_t addr = (unsigned long)buf;
unsigned long addr = (unsigned long)buf;
int idx;
if (addr != ALIGN(addr, ARCH_DMA_MINALIGN))