Commit cc8b59d4 authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman

Staging: solo6x10: Update WARN uses

Add missing newlines.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 88923848
......@@ -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");
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment