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
b30e70e6
Commit
b30e70e6
authored
6 years ago
by
Vinod Koul
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/fsl' into for-linus
parents
17d5159f
03bf2793
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
drivers/dma/fsldma.c
drivers/dma/fsldma.c
+2
-4
No files found.
drivers/dma/fsldma.c
View file @
b30e70e6
...
...
@@ -1328,8 +1328,7 @@ static int fsldma_of_remove(struct platform_device *op)
#ifdef CONFIG_PM
static
int
fsldma_suspend_late
(
struct
device
*
dev
)
{
struct
platform_device
*
pdev
=
to_platform_device
(
dev
);
struct
fsldma_device
*
fdev
=
platform_get_drvdata
(
pdev
);
struct
fsldma_device
*
fdev
=
dev_get_drvdata
(
dev
);
struct
fsldma_chan
*
chan
;
int
i
;
...
...
@@ -1360,8 +1359,7 @@ static int fsldma_suspend_late(struct device *dev)
static
int
fsldma_resume_early
(
struct
device
*
dev
)
{
struct
platform_device
*
pdev
=
to_platform_device
(
dev
);
struct
fsldma_device
*
fdev
=
platform_get_drvdata
(
pdev
);
struct
fsldma_device
*
fdev
=
dev_get_drvdata
(
dev
);
struct
fsldma_chan
*
chan
;
u32
mode
;
int
i
;
...
...
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