Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Bricked
flo
Commits
5bd9c696
Commit
5bd9c696
authored
16 years ago
by
Takashi Iwai
Browse files
Options
Download
Plain Diff
Merge branch 'fix/asoc' into for-linus
parents
8f55c1e5
19b3f316
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sound/soc/omap/omap-pcm.c
sound/soc/omap/omap-pcm.c
+1
-1
No files found.
sound/soc/omap/omap-pcm.c
View file @
5bd9c696
...
...
@@ -233,7 +233,7 @@ static int omap_pcm_open(struct snd_pcm_substream *substream)
if
(
ret
<
0
)
goto
out
;
prtd
=
kzalloc
(
sizeof
(
prtd
),
GFP_KERNEL
);
prtd
=
kzalloc
(
sizeof
(
*
prtd
),
GFP_KERNEL
);
if
(
prtd
==
NULL
)
{
ret
=
-
ENOMEM
;
goto
out
;
...
...
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