Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39616
b: refs/heads/master
c: 168a328
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina authored and Len Brown committed Oct 14, 2006
1 parent 0c530ba commit 4d7191c
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: 786f18c666d7202a86a8aa42a98783b115fe8739
refs/heads/master: 168a328f30e9d1a8bc6ff55c0501e0bdc08bee60
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/pci_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ static int acpi_pci_link_set(struct acpi_pci_link *link, int irq)
if (!link || !irq)
return -EINVAL;

resource = kmalloc(sizeof(*resource) + 1, GFP_ATOMIC);
resource = kmalloc(sizeof(*resource) + 1, irqs_disabled() ? GFP_ATOMIC: GFP_KERNEL);
if (!resource)
return -ENOMEM;

Expand Down

0 comments on commit 4d7191c

Please sign in to comment.