Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132520
b: refs/heads/master
c: 192d7a4
h: refs/heads/master
v: v3
  • Loading branch information
Mikulas Patocka authored and David S. Miller committed Mar 19, 2009
1 parent 71bc6c1 commit f308fc9
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: 42cc77c861e8e850e86252bb5b1e12e006261973
refs/heads/master: 192d7a4667c6d11d1a174ec4cad9a3c5d5f9043c
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/pci_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ static void pci_register_iommu_region(struct pci_pbm_info *pbm)
const u32 *vdma = of_get_property(pbm->op->node, "virtual-dma", NULL);

if (vdma) {
struct resource *rp = kmalloc(sizeof(*rp), GFP_KERNEL);
struct resource *rp = kzalloc(sizeof(*rp), GFP_KERNEL);

if (!rp) {
prom_printf("Cannot allocate IOMMU resource.\n");
Expand Down

0 comments on commit f308fc9

Please sign in to comment.