Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130738
b: refs/heads/master
c: 0c37dd7
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Mauro Carvalho Chehab committed Jan 29, 2009
1 parent d17e6ae commit ce16bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77f56279f75b3c1decb4f8a3251b155bb791059e
refs/heads/master: 0c37dd7a9052529cd9346b04530be7878c03e429
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tvp514x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
/*
Expand Down

0 comments on commit ce16bdb

Please sign in to comment.