* [PATCH v5 3/3] staging: media: lirc: lirc_zilog.c: missing newline in dev_err()
@ 2014-12-11 0:23 Luis de Bethencourt
0 siblings, 0 replies; only message in thread
From: Luis de Bethencourt @ 2014-12-11 0:23 UTC (permalink / raw)
To: m.chehab
Cc: jarod, gregkh, mahfouz.saif.elyazal, gulsah.1004,
tuomas.tynkkynen, linux-media, devel, linux-kernel
Missing newline character at the end of string passed to dev_err()
Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
---
drivers/staging/media/lirc/lirc_zilog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/lirc/lirc_zilog.c b/drivers/staging/media/lirc/lirc_zilog.c
index 27464da..7def690 100644
--- a/drivers/staging/media/lirc/lirc_zilog.c
+++ b/drivers/staging/media/lirc/lirc_zilog.c
@@ -799,7 +799,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;
--
2.1.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-12-11 0:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-11 0:23 [PATCH v5 3/3] staging: media: lirc: lirc_zilog.c: missing newline in dev_err() Luis de Bethencourt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox