]> Git Repo - linux.git/commitdiff
ASoC: Update WARN uses in wm_hubs
authorJoe Perches <[email protected]>
Sat, 30 Oct 2010 21:08:56 +0000 (14:08 -0700)
committerMark Brown <[email protected]>
Mon, 1 Nov 2010 19:44:57 +0000 (15:44 -0400)
Add missing newlines.

Signed-off-by: Joe Perches <[email protected]>
Acked-by: Liam Girdwood <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/wm_hubs.c

index 2cb81538cd9194c9cc278515171d67a45ac39ca6..19ca782ac970f1956243862534e5df1df12a3113 100644 (file)
@@ -123,7 +123,7 @@ static void calibrate_dc_servo(struct snd_soc_codec *codec)
                        reg_r = reg & WM8993_DCS_DAC_WR_VAL_0_MASK;
                        break;
                default:
-                       WARN(1, "Unknown DCS readback method");
+                       WARN(1, "Unknown DCS readback method\n");
                        break;
                }
 
This page took 0.077298 seconds and 4 git commands to generate.