Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7799
b: refs/heads/master
c: 71df30f
h: refs/heads/master
i:
  7797: 1e9231f
  7795: 6be01a9
  7791: dbbe74a
v: v3
  • Loading branch information
Kenji Kaneshige authored and Len Brown committed Aug 5, 2005
1 parent a2824cf commit 88c48cc
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: a9bd53bc49ee8984633e57c1d9d45111c58e9457
refs/heads/master: 71df30f8e3e97fde573c41df063c2d66c1ad01b0
2 changes: 1 addition & 1 deletion trunk/drivers/pnp/pnpacpi/rsparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pnpacpi_parse_allocated_irqresource(struct pnp_resource_table * res, int irq)
i++;
if (i < PNP_MAX_IRQ) {
res->irq_resource[i].flags = IORESOURCE_IRQ; //Also clears _UNSET flag
if (irq == -1) {
if (irq < 0) {
res->irq_resource[i].flags |= IORESOURCE_DISABLED;
return;
}
Expand Down

0 comments on commit 88c48cc

Please sign in to comment.