Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97692
b: refs/heads/master
c: 5a515bc
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Linus Torvalds committed Jun 5, 2008
1 parent e8b3f40 commit 2489a17
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: 6311c90a9ea16b4ab93ed48f1a9022647f6b3c43
refs/heads/master: 5a515bcbea580a65ced92405b083299df9003748
2 changes: 1 addition & 1 deletion trunk/drivers/pnp/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static void reserve_resources_of_dev(struct pnp_dev *dev)
}

for (i = 0; (res = pnp_get_resource(dev, IORESOURCE_MEM, i)); i++) {
if (res->flags & IORESOURCE_DISABLED)
if (res->flags & (IORESOURCE_UNSET | IORESOURCE_DISABLED))
continue;

reserve_range(dev, res->start, res->end, 0);
Expand Down

0 comments on commit 2489a17

Please sign in to comment.