Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343779
b: refs/heads/master
c: 8403543
h: refs/heads/master
i:
  343777: 0c1d690
  343775: 9ceb257
v: v3
  • Loading branch information
Shaik Ameer Basha authored and Mauro Carvalho Chehab committed Oct 25, 2012
1 parent 51bc5f8 commit b339a2b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 57fcfb6f935889c2086681d1bbc4ba0d47aeb768
refs/heads/master: 840354381127fe1097a332bb3e56a1a479cb47f0
6 changes: 4 additions & 2 deletions trunk/drivers/media/platform/exynos-gsc/gsc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,8 +965,10 @@ static struct platform_device_id gsc_driver_ids[] = {
MODULE_DEVICE_TABLE(platform, gsc_driver_ids);

static const struct of_device_id exynos_gsc_match[] = {
{ .compatible = "samsung,exynos5250-gsc",
.data = &gsc_v_100_drvdata, },
{
.compatible = "samsung,exynos5-gsc",
.data = &gsc_v_100_drvdata,
},
{},
};
MODULE_DEVICE_TABLE(of, exynos_gsc_match);
Expand Down

0 comments on commit b339a2b

Please sign in to comment.