Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283330
b: refs/heads/master
c: 68e35c9
h: refs/heads/master
v: v3
  • Loading branch information
Zac Storer authored and Jesse Barnes committed Jan 6, 2012
1 parent d91b89b commit 9d351cf
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: 82440a8253e09047410ff4df5c202be15645573f
refs/heads/master: 68e35c9b0b9dfad1ec5d1e2858b9c7e2076763e5
2 changes: 1 addition & 1 deletion trunk/drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ struct pci_bus * pci_create_bus(struct device *parent,
return NULL;

dev = kzalloc(sizeof(*dev), GFP_KERNEL);
if (!dev){
if (!dev) {
kfree(b);
return NULL;
}
Expand Down

0 comments on commit 9d351cf

Please sign in to comment.