Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15043
b: refs/heads/master
c: a64882e
h: refs/heads/master
i:
  15041: 3ef74cc
  15039: 42303fc
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Dec 12, 2005
1 parent 79ae21a commit 2ae9370
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: 66d43e98ea6ff291cd4e524386bfb99105feb180
refs/heads/master: a64882e795cc1d890e3359d0aa143af1cf67e8d4
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/pci_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ static int acpi_pci_link_set(struct acpi_pci_link *link, int irq)
if (!link || !irq)
return_VALUE(-EINVAL);

resource = kmalloc(sizeof(*resource) + 1, GFP_KERNEL);
resource = kmalloc(sizeof(*resource) + 1, GFP_ATOMIC);
if (!resource)
return_VALUE(-ENOMEM);

Expand Down

0 comments on commit 2ae9370

Please sign in to comment.