Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348437
b: refs/heads/master
c: a8527cf
h: refs/heads/master
i:
  348435: 249c42c
v: v3
  • Loading branch information
Sachin Kamat authored and Inki Dae committed Jan 4, 2013
1 parent 623efa7 commit 497906e
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: cfdee8f421759c4cf173291977b71757ff4eae27
refs/heads/master: a8527cf5c344df60485e2c0a9196f0550550ae00
6 changes: 0 additions & 6 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_gsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1692,12 +1692,6 @@ static int __devinit gsc_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 497906e

Please sign in to comment.