* [patch] ALSA: cs46xx: add a new line
@ 2016-12-07 11:22 Dan Carpenter
2016-12-07 11:59 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2016-12-07 11:22 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai; +Cc: alsa-devel, kernel-janitors
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>
diff --git a/sound/pci/cs46xx/dsp_spos.c b/sound/pci/cs46xx/dsp_spos.c
index 4a0cbd2241d8..aa61615288ff 100644
--- 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 ... */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch] ALSA: cs46xx: add a new line
2016-12-07 11:22 [patch] ALSA: cs46xx: add a new line Dan Carpenter
@ 2016-12-07 11:59 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2016-12-07 11:59 UTC (permalink / raw)
To: Dan Carpenter; +Cc: Jaroslav Kysela, alsa-devel, kernel-janitors
On Wed, 07 Dec 2016 12:22:50 +0100,
Dan Carpenter wrote:
>
> 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>
Applied, thanks.
Takashi
>
> diff --git a/sound/pci/cs46xx/dsp_spos.c b/sound/pci/cs46xx/dsp_spos.c
> index 4a0cbd2241d8..aa61615288ff 100644
> --- 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 ... */
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-07 11:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07 11:22 [patch] ALSA: cs46xx: add a new line Dan Carpenter
2016-12-07 11:59 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox