| | From | Joe Perches <> | | Subject | [PATCH 39/39] sound/soc/codecs/wm_hubs.c: Update WARN uses | | Date | Sat, 30 Oct 2010 14:08:56 -0700 |
| |
Add missing newlines.
Signed-off-by: Joe Perches <joe@perches.com> --- sound/soc/codecs/wm_hubs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index 2cb8153..19ca782 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c @@ -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; } -- 1.7.3.1.g432b3.dirty
|