1
0
Fork 0

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

utp
Tom Rini 2016-02-26 18:08:43 -05:00
commit 50dc8677d7
1 changed files with 1 additions and 1 deletions

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))