Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371499
b: refs/heads/master
c: 1977e6d
h: refs/heads/master
i:
  371497: 06d813d
  371495: 0aba9ab
v: v3
  • Loading branch information
Vikas Sajjan authored and Inki Dae committed Apr 16, 2013
1 parent 71712de commit adb1474
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: 1e2a4adbbecafae7226e930c0b08985fd1b83148
refs/heads/master: 1977e6d8786260e2412305b402a3e2fccc3701bd
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_fimd.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ static int fimd_probe(struct platform_device *pdev)
if (IS_ERR(ctx->regs))
return PTR_ERR(ctx->regs);

res = platform_get_resource(pdev, IORESOURCE_IRQ, 0);
res = platform_get_resource_byname(pdev, IORESOURCE_IRQ, "vsync");
if (!res) {
dev_err(dev, "irq request failed.\n");
return -ENXIO;
Expand Down

0 comments on commit adb1474

Please sign in to comment.