Sebastian,

Please, always c/c linux-media@vger.kernel.org, when submitting patches. This 
allows patchwork.kernel.org to track it.

Forwarded message:

Date: Thu, 8 Jan 2009 16:49:17 +0100
From: Sebastian Andrzej Siewior <bige...@linutronix.de>
To: Mauro Carvalho Chehab <mche...@redhat.com>
Cc: v4l-dvb-maintai...@linuxtv.org, video4linux-l...@redhat.com,        Vaibhav 
Hiremath <hvaib...@ti.com>
Subject: [PATCH] v4l/tvp514x: Don't write after line end


to avoid:
| tvp514x 0-005c: No platform data
| !!<3>tvp514x 0-005d: No platform data

Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de>
---
 drivers/media/video/tvp514x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/tvp514x.c b/drivers/media/video/tvp514x.c
index ac9aa40..ffb8f7a 100644
--- a/drivers/media/video/tvp514x.c
+++ b/drivers/media/video/tvp514x.c
@@ -1401,7 +1401,7 @@ tvp514x_probe(struct i2c_client *client, const struct 
i2c_device_id *id)
 
        decoder->pdata = client->dev.platform_data;
        if (!decoder->pdata) {
-               v4l_err(client, "No platform data\n!!");
+               v4l_err(client, "No platform data!!\n");
                return -ENODEV;
        }
        /*
-- 
1.5.6.5





Cheers,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to