Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375794
b: refs/heads/master
c: dc83d05
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang committed May 18, 2013
1 parent 97607cd commit 317d1db
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: 9c5fdd38276973c8c65394220e5e740be561cf92
refs/heads/master: dc83d05b10046686882e4f07a3242aa7319de49b
5 changes: 0 additions & 5 deletions trunk/drivers/video/omap2/vrfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,6 @@ static int __init vrfb_probe(struct platform_device *pdev)
/* first resource is the register res, the rest are vrfb contexts */

mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!mem) {
dev_err(&pdev->dev, "can't get vrfb base address\n");
return -EINVAL;
}

vrfb_base = devm_ioremap_resource(&pdev->dev, mem);
if (IS_ERR(vrfb_base))
return PTR_ERR(vrfb_base);
Expand Down

0 comments on commit 317d1db

Please sign in to comment.