Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155036
b: refs/heads/master
c: b25ae67
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh Rajput authored and Ingo Molnar committed Jul 1, 2009
1 parent 48e77df commit 9fce526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 44973998a111dfda09b952aa0f27cad326a97793
refs/heads/master: b25ae679f613ed04aaf6ccbfdb9122fce668e4bb
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ static int device_change_notifier(struct notifier_block *nb,
return 0;
}

struct notifier_block device_nb = {
static struct notifier_block device_nb = {
.notifier_call = device_change_notifier,
};

Expand Down Expand Up @@ -1763,7 +1763,7 @@ static void *alloc_coherent(struct device *dev, size_t size,
flag |= __GFP_ZERO;
virt_addr = (void *)__get_free_pages(flag, get_order(size));
if (!virt_addr)
return 0;
return NULL;

paddr = virt_to_phys(virt_addr);

Expand Down

0 comments on commit 9fce526

Please sign in to comment.