Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310258
b: refs/heads/master
c: 2de06df
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Florian Tobias Schandinat committed Apr 21, 2012
1 parent 369a7e5 commit 34fc519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 045dfdb5c5e8fe49afe1de82fb94eaae8121e059
refs/heads/master: 2de06df49f71fee795e997dee1eeda74a2b8598b
2 changes: 1 addition & 1 deletion trunk/drivers/video/mbx/mbxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ static int __devinit mbxfb_probe(struct platform_device *dev)

mfbi->fb_virt_addr = ioremap_nocache(mfbi->fb_phys_addr,
res_size(mfbi->fb_req));
if (!mfbi->reg_virt_addr) {
if (!mfbi->fb_virt_addr) {
dev_err(&dev->dev, "failed to ioremap frame buffer\n");
ret = -EINVAL;
goto err4;
Expand Down

0 comments on commit 34fc519

Please sign in to comment.