Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55837
b: refs/heads/master
c: 26e6385
h: refs/heads/master
i:
  55835: 196bab4
v: v3
  • Loading branch information
David S. Miller committed May 10, 2007
1 parent 05855a8 commit 9bf0d12
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: 9245df0cd385419f9cdd83512feb80bbb719417e
refs/heads/master: 26e6385f14b991e30450daee4348cbbc4bc4bb09
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ struct pci_dev *of_create_pci_dev(struct pci_pbm_info *pbm,
const char *type;
u32 class;

dev = kzalloc(sizeof(struct pci_dev), GFP_KERNEL);
dev = alloc_pci_dev();
if (!dev)
return NULL;

Expand Down

0 comments on commit 9bf0d12

Please sign in to comment.