Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75526
b: refs/heads/master
c: efe7cf2
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown authored and Linus Torvalds committed Jan 17, 2008
1 parent 5a0db63 commit 77e56e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46a39c1cd5d2f804b27e9a4be3fb1b510dda9570
refs/heads/master: efe7cf2dcf4b72c7a9f991466d1f22850232244f
2 changes: 2 additions & 0 deletions trunk/drivers/pnp/pnpacpi/rsparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ static void pnpacpi_parse_allocated_ioresource(struct pnp_resource_table *res,
} else if (!warned) {
printk(KERN_ERR "pnpacpi: exceeded the max number of IO "
"resources: %d \n", PNP_MAX_PORT);
warned = 1;
}
}

Expand Down Expand Up @@ -242,6 +243,7 @@ static void pnpacpi_parse_allocated_memresource(struct pnp_resource_table *res,
} else if (!warned) {
printk(KERN_ERR "pnpacpi: exceeded the max number of mem "
"resources: %d\n", PNP_MAX_MEM);
warned = 1;
}
}

Expand Down

0 comments on commit 77e56e7

Please sign in to comment.