Staging: solo6x10: Update WARN uses

Add missing newlines.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Joe Perches 2010-10-30 14:08:38 -07:00 committed by Greg Kroah-Hartman
parent 8892384803
commit cc8b59d41f

View file

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