Sebastian,

Please, always c/c [email protected], 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 <[email protected]>
To: Mauro Carvalho Chehab <[email protected]>
Cc: [email protected], [email protected],        Vaibhav 
Hiremath <[email protected]>
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 <[email protected]>
---
 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to