Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322839
b: refs/heads/master
c: 16e1974
h: refs/heads/master
i:
  322837: 32b7e84
  322835: 17f26b1
  322831: 2e16fe5
v: v3
  • Loading branch information
Sachin Kamat authored and Inki Dae committed Sep 13, 2012
1 parent c6ca4cf commit 9b6c6a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 7ba073cdd8b770f990916a7b506d7b31fadb70a5
refs/heads/master: 16e197417de3414af7c183f7f4abfa2c7e37f297
5 changes: 0 additions & 5 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_fimd.c
Original file line number Diff line number Diff line change
Expand Up @@ -831,11 +831,6 @@ static int __devinit fimd_probe(struct platform_device *pdev)
}

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res) {
dev_err(dev, "failed to find registers\n");
ret = -ENOENT;
goto err_clk;
}

ctx->regs = devm_request_and_ioremap(&pdev->dev, res);
if (!ctx->regs) {
Expand Down

0 comments on commit 9b6c6a8

Please sign in to comment.