Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
59b0fbdf
Commit
59b0fbdf
authored
9 years ago
by
Vinod Koul
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/at_xdmac' into for-linus
parents
005ce70b
35ca0ee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
drivers/dma/at_xdmac.c
drivers/dma/at_xdmac.c
+6
-6
No files found.
drivers/dma/at_xdmac.c
View file @
59b0fbdf
...
@@ -624,12 +624,12 @@ at_xdmac_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl,
...
@@ -624,12 +624,12 @@ at_xdmac_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl,
unsigned
int
sg_len
,
enum
dma_transfer_direction
direction
,
unsigned
int
sg_len
,
enum
dma_transfer_direction
direction
,
unsigned
long
flags
,
void
*
context
)
unsigned
long
flags
,
void
*
context
)
{
{
struct
at_xdmac_chan
*
atchan
=
to_at_xdmac_chan
(
chan
);
struct
at_xdmac_chan
*
atchan
=
to_at_xdmac_chan
(
chan
);
struct
at_xdmac_desc
*
first
=
NULL
,
*
prev
=
NULL
;
struct
at_xdmac_desc
*
first
=
NULL
,
*
prev
=
NULL
;
struct
scatterlist
*
sg
;
struct
scatterlist
*
sg
;
int
i
;
int
i
;
unsigned
int
xfer_size
=
0
;
unsigned
int
xfer_size
=
0
;
unsigned
long
irqflags
;
unsigned
long
irqflags
;
struct
dma_async_tx_descriptor
*
ret
=
NULL
;
struct
dma_async_tx_descriptor
*
ret
=
NULL
;
if
(
!
sgl
)
if
(
!
sgl
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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