Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348431
b: refs/heads/master
c: 3fb6922
h: refs/heads/master
i:
  348429: 020e417
  348427: 69b946a
  348423: 087d946
  348415: 2ea98c0
v: v3
  • Loading branch information
Sachin Kamat authored and Inki Dae committed Jan 4, 2013
1 parent 38edf53 commit 077694c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 87acdde56d4cbf9c4b6a4d278434333bd613fd16
refs/heads/master: 3fb6922eae7e9c8be5d6b305b37c7495ffbf0e01
6 changes: 0 additions & 6 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_fimc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1800,12 +1800,6 @@ static int __devinit fimc_probe(struct platform_device *pdev)

/* resource memory */
ctx->regs_res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!ctx->regs_res) {
dev_err(dev, "failed to find registers.\n");
ret = -ENOENT;
goto err_clk;
}

ctx->regs = devm_request_and_ioremap(dev, ctx->regs_res);
if (!ctx->regs) {
dev_err(dev, "failed to map registers.\n");
Expand Down

0 comments on commit 077694c

Please sign in to comment.