]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ALSA: cs46xx: add a new line
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 7 Dec 2016 11:22:50 +0000 (14:22 +0300)
committerTakashi 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

index 4a0cbd2241d87448f6c7035a7b91d2073579f41a..aa61615288ff43089d3cb8ad9828a646da384900 100644 (file)
@@ -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 ... */