Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95569
b: refs/heads/master
c: 53052fe
h: refs/heads/master
i:
  95567: fc57271
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Apr 29, 2008
1 parent cac13a7 commit e1b68da
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b90eca0a61ebd010036242e29610bc6a909e3f19
refs/heads/master: 53052feb6ddd05cb2b5c6e89fb489bf83bbb6803
4 changes: 3 additions & 1 deletion trunk/drivers/pnp/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ static void quirk_sb16audio_resources(struct pnp_dev *dev)
static void quirk_system_pci_resources(struct pnp_dev *dev)
{
struct pci_dev *pdev = NULL;
struct resource *res;
resource_size_t pnp_start, pnp_end, pci_start, pci_end;
int i, j;

Expand Down Expand Up @@ -176,7 +177,8 @@ static void quirk_system_pci_resources(struct pnp_dev *dev)
pci_name(pdev), i,
(unsigned long long) pci_start,
(unsigned long long) pci_end);
pnp_mem_flags(dev, j) = 0;
res = pnp_get_resource(dev, IORESOURCE_MEM, j);
res->flags = 0;
}
}
}
Expand Down

0 comments on commit e1b68da

Please sign in to comment.