Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matisse
android_kernel_samsung_matisse
Commits
20d0983d
Commit
20d0983d
authored
13 years ago
by
Linux Build Service Account
Committed by
QuIC Gerrit Code Review
13 years ago
Browse files
Options
Download
Plain Diff
Merge "msm: audio: qdsp6v2: Fix erroneous print" into msm-3.0
parents
17b8abd3
5401ff96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
arch/arm/mach-msm/qdsp6v2/audio_acdb.c
arch/arm/mach-msm/qdsp6v2/audio_acdb.c
+1
-0
No files found.
arch/arm/mach-msm/qdsp6v2/audio_acdb.c
View file @
20d0983d
...
...
@@ -783,6 +783,7 @@ static long acdb_ioctl(struct file *f,
pr_err
(
"%s: More Audproc Cal then expected, "
"size received: %d
\n
"
,
__func__
,
size
);
store_audvol_cal
(
TX_CAL
,
data
);
break
;
case
AUDIO_SET_AUDPROC_RX_VOL_CAL
:
if
(
size
>
sizeof
(
struct
cal_block
))
pr_err
(
"%s: More Audproc Cal then expected, "
...
...
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