Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
50dc8677
Commit
50dc8677
authored
Feb 26, 2016
by
Tom Rini
Browse files
Merge
git://git.denx.de/u-boot-usb
parents
d5c6144f
abd702f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/usb/host/ehci-hcd.c
View file @
50dc8677
...
...
@@ -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
;
u
int32_t
addr
=
(
unsigned
long
)
buf
;
u
nsigned
long
addr
=
(
unsigned
long
)
buf
;
int
idx
;
if
(
addr
!=
ALIGN
(
addr
,
ARCH_DMA_MINALIGN
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment