Staging: solo6x10: Update WARN uses
authorJoe Perches <joe@perches.com>
Sat, 30 Oct 2010 21:08:38 +0000 (14:08 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Nov 2010 23:55:53 +0000 (15:55 -0800)
Add missing newlines.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/solo6x10/solo6010-v4l2-enc.c

index 097e82b..2d05f3a 100644 (file)
@@ -184,7 +184,7 @@ static void solo_update_mode(struct solo_enc_dev *solo_enc)
                solo_enc->bw_weight <<= 2;
                break;
        default:
-               WARN(1, "mode is unknown");
+               WARN(1, "mode is unknown\n");
        }
 }