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
680302c4
Commit
680302c4
authored
Jul 02, 2018
by
Vinod Koul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmaengine: imx-sdma: Fix some typos
Signed-off-by:
Vinod Koul
<
vkoul@kernel.org
>
parent
fe5b85c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/dma/imx-sdma.c
drivers/dma/imx-sdma.c
+3
-3
No files found.
drivers/dma/imx-sdma.c
View file @
680302c4
...
...
@@ -297,9 +297,9 @@ struct sdma_engine;
* @buf_ptail ID of the previous buffer that was processed
* @period_len period length, used in cyclic.
* @chn_real_count the real count updated from bd->mode.count
* @chn_count the transfer count set
uped
* @chn_count the transfer count set
* @sdmac sdma_channel pointer
* @bd pointer of alloc
ed
bd
* @bd pointer of alloc
ate
bd
*/
struct
sdma_desc
{
struct
virt_dma_desc
vd
;
...
...
@@ -708,7 +708,7 @@ static void sdma_start_desc(struct sdma_channel *sdmac)
sdmac
->
desc
=
desc
=
to_sdma_desc
(
&
vd
->
tx
);
/*
* Do not delete the node in desc_issued list in cyclic mode, otherwise
* the desc alloced will never be freed in vchan_dma_desc_free_list
* the desc alloc
at
ed will never be freed in vchan_dma_desc_free_list
*/
if
(
!
(
sdmac
->
flags
&
IMX_DMA_SG_LOOP
))
list_del
(
&
vd
->
node
);
...
...
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