projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd1a505
)
ALSA: cs46xx: add a new line
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 7 Dec 2016 11:22:50 +0000
(14:22 +0300)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 7 Dec 2016 11:35:03 +0000
(12:35 +0100)
We accidentally deleted a newline so now the "nreallocated++;" statement
is hanging out way off to the right of the screen.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cs46xx/dsp_spos.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/cs46xx/dsp_spos.c
b/sound/pci/cs46xx/dsp_spos.c
index 4a0cbd2241d87448f6c7035a7b91d2073579f41a..aa61615288ff43089d3cb8ad9828a646da384900 100644
(file)
--- a/
sound/pci/cs46xx/dsp_spos.c
+++ b/
sound/pci/cs46xx/dsp_spos.c
@@
-107,7
+107,8
@@
static int shadow_and_reallocate_code (struct snd_cs46xx * chip, u32 * data, u32
dev_dbg(chip->card->dev,
"handle_wideop:[2] %05x:%05x addr %04x\n",
- hival, loval, address); nreallocated++;
+ hival, loval, address);
+ nreallocated++;
} /* wide_opcodes[j] == wide_op */
} /* for */
} /* mod_type == 0 ... */