Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324277
b: refs/heads/master
c: da10491
h: refs/heads/master
i:
  324275: 293e96e
v: v3
  • Loading branch information
Yinghai Lu authored and Bjorn Helgaas committed Sep 21, 2012
1 parent 6677d8e commit 4460c61
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4cd8daf05c7071ac80008c8d4368860110fa6466
refs/heads/master: da104919059bd89dc77a77d74b0fb289384ce9b1
3 changes: 1 addition & 2 deletions trunk/arch/ia64/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ static __devinit acpi_status add_window(struct acpi_resource *res, void *data)
window->resource.flags = flags;
window->resource.start = addr.minimum + offset;
window->resource.end = window->resource.start + addr.address_length - 1;
window->resource.child = NULL;
window->offset = offset;

if (insert_resource(root, &window->resource)) {
Expand Down Expand Up @@ -357,7 +356,7 @@ pci_acpi_scan_root(struct acpi_pci_root *root)
&windows);
if (windows) {
controller->window =
kmalloc_node(sizeof(*controller->window) * windows,
kzalloc_node(sizeof(*controller->window) * windows,
GFP_KERNEL, controller->node);
if (!controller->window)
goto out2;
Expand Down

0 comments on commit 4460c61

Please sign in to comment.