소스 검색

[media] staging: media: lirc: lirc_zilog.c: missing newline in dev_err()

Missing newline character at the end of string passed to dev_err()

Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Luis de Bethencourt 10 년 전
부모
커밋
40b8a5a65a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/staging/media/lirc/lirc_zilog.c

+ 1 - 1
drivers/staging/media/lirc/lirc_zilog.c

@@ -797,7 +797,7 @@ static int fw_load(struct IR_tx *tx)
 		goto corrupt;
 	if (version != 1) {
 		dev_err(tx->ir->l.dev,
-			"unsupported code set file version (%u, expected 1) -- please upgrade to a newer driver",
+			"unsupported code set file version (%u, expected 1) -- please upgrade to a newer driver\n",
 			version);
 		fw_unload_locked();
 		ret = -EFAULT;