Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367087
b: refs/heads/master
c: 38c602b
h: refs/heads/master
i:
  367085: 960e5d9
  367083: 3170071
  367079: 9bbf255
  367071: 85c7d30
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Apr 25, 2013
1 parent 34a2c35 commit 22daa6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5f3f254f7c138a22a544b80ce2c14a3fc4ed711e
refs/heads/master: 38c602b8ed4ddb73c9274df1af33a6f6f7db26e1
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/exynos4-is/fimc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,8 +955,8 @@ static int fimc_probe(struct platform_device *pdev)
}
if (!fimc->drv_data || fimc->id >= fimc->drv_data->num_entities ||
fimc->id < 0) {
dev_err(dev, "Invalid driver data or device id (%d/%d)\n",
fimc->id, fimc->drv_data->num_entities);
dev_err(dev, "Invalid driver data or device id (%d)\n",
fimc->id);
return -EINVAL;
}
if (!dev->of_node)
Expand Down

0 comments on commit 22daa6a

Please sign in to comment.