Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375775
b: refs/heads/master
c: 56261c5
h: refs/heads/master
i:
  375773: aefd04b
  375771: 6cedb56
  375767: b60131f
  375759: a3d2a53
  375743: c87b830
v: v3
  • Loading branch information
Wolfram Sang committed May 18, 2013
1 parent 2a82b17 commit e586216
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: 8cfc2a1fce75d763bf59dd2d9d40add758fe7b46
refs/heads/master: 56261c544da785a3da46db4d033242618be50cce
5 changes: 0 additions & 5 deletions trunk/drivers/gpu/drm/exynos/exynos_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2005,11 +2005,6 @@ static int hdmi_probe(struct platform_device *pdev)
}

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res) {
DRM_ERROR("failed to find registers\n");
return -ENOENT;
}

hdata->regs = devm_ioremap_resource(&pdev->dev, res);
if (IS_ERR(hdata->regs))
return PTR_ERR(hdata->regs);
Expand Down

0 comments on commit e586216

Please sign in to comment.