Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286854
b: refs/heads/master
c: 485bc54
h: refs/heads/master
v: v3
  • Loading branch information
Seung-Woo Kim authored and Inki Dae committed Jan 27, 2012
1 parent 5daaed4 commit 258b164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 590dfe2f3bbbbeee806ee91bef68ba2a6afc16d2
refs/heads/master: 485bc54c3360e9c1d595c48c9c82dbd3a51e133e
8 changes: 4 additions & 4 deletions trunk/drivers/gpu/drm/exynos/exynos_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1116,8 +1116,8 @@ static int __devinit hdmi_probe(struct platform_device *pdev)
err_iomap:
iounmap(hdata->regs);
err_req_region:
release_resource(hdata->regs_res);
kfree(hdata->regs_res);
release_mem_region(hdata->regs_res->start,
resource_size(hdata->regs_res));
err_resource:
hdmi_resources_cleanup(hdata);
err_data:
Expand Down Expand Up @@ -1145,8 +1145,8 @@ static int __devexit hdmi_remove(struct platform_device *pdev)

iounmap(hdata->regs);

release_resource(hdata->regs_res);
kfree(hdata->regs_res);
release_mem_region(hdata->regs_res->start,
resource_size(hdata->regs_res));

/* hdmiphy i2c driver */
i2c_del_driver(&hdmiphy_driver);
Expand Down

0 comments on commit 258b164

Please sign in to comment.