Message ID | 20090108183725.7a163cb4@pedra.chehab.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Mauro Carvalho Chehab wrote:
> Please, always c/c linux-media@vger.kernel.org, when submitting patches. This allows patchwork.kernel.org to track it.
Will do in future.
Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
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; } /*