Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333434
b: refs/heads/master
c: 11bce64
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Florian Tobias Schandinat committed Aug 23, 2012
1 parent 1074464 commit ba0f884
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9ac5de0c575ee10739fd1c1a4bcedab7b0dde631
refs/heads/master: 11bce6459fa3b9d7768a0a0d71c695e85f398c55
4 changes: 3 additions & 1 deletion trunk/drivers/video/sunxvr2500.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,10 @@ static int __devinit s3d_pci_register(struct pci_dev *pdev,
sp->fb_size = info->fix.line_length * sp->height;

sp->fb_base = ioremap(sp->fb_base_phys, sp->fb_size);
if (!sp->fb_base)
if (!sp->fb_base) {
err = -ENOMEM;
goto err_release_pci;
}

err = s3d_set_fbinfo(sp);
if (err)
Expand Down

0 comments on commit ba0f884

Please sign in to comment.