Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218927
b: refs/heads/master
c: 338e4fa
h: refs/heads/master
i:
  218925: 43ca166
  218923: a3628f9
  218919: d5a2b98
  218911: 1fc4750
v: v3
  • Loading branch information
Julia Lawall authored and Kyle McMartin committed Oct 22, 2010
1 parent e8864b3 commit d6e6148
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7da1272547ebe96982a42292dfc833457708f4da
refs/heads/master: 338e4fab3d41aa14264e10ce505a7c908633cdad
4 changes: 4 additions & 0 deletions trunk/drivers/char/agp/parisc-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,12 @@ parisc_agp_setup(void __iomem *ioc_hpa, void __iomem *lba_hpa)
bridge->dev = fake_bridge_dev;

error = agp_add_bridge(bridge);
if (error)
goto fail;
return 0;

fail:
kfree(fake_bridge_dev);
return error;
}

Expand Down

0 comments on commit d6e6148

Please sign in to comment.