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
nexedi
linux
Commits
49ffa3b1
Commit
49ffa3b1
authored
Aug 22, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/nuc900' into asoc-next
parents
c8a53841
916dd413
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
sound/soc/nuc900/nuc900-ac97.c
sound/soc/nuc900/nuc900-ac97.c
+0
-3
No files found.
sound/soc/nuc900/nuc900-ac97.c
View file @
49ffa3b1
...
@@ -333,9 +333,6 @@ static int nuc900_ac97_drvprobe(struct platform_device *pdev)
...
@@ -333,9 +333,6 @@ static int nuc900_ac97_drvprobe(struct platform_device *pdev)
spin_lock_init
(
&
nuc900_audio
->
lock
);
spin_lock_init
(
&
nuc900_audio
->
lock
);
nuc900_audio
->
res
=
platform_get_resource
(
pdev
,
IORESOURCE_MEM
,
0
);
nuc900_audio
->
res
=
platform_get_resource
(
pdev
,
IORESOURCE_MEM
,
0
);
if
(
!
nuc900_audio
->
res
)
return
ret
;
nuc900_audio
->
mmio
=
devm_ioremap_resource
(
&
pdev
->
dev
,
nuc900_audio
->
mmio
=
devm_ioremap_resource
(
&
pdev
->
dev
,
nuc900_audio
->
res
);
nuc900_audio
->
res
);
if
(
IS_ERR
(
nuc900_audio
->
mmio
))
if
(
IS_ERR
(
nuc900_audio
->
mmio
))
...
...
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