Skip to content

Commit

Permalink
Merge branch 'pnp-fix' into release-2.6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Aug 25, 2008
2 parents f54538c + de82ff7 commit 321a058
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/pnp/pnpacpi/rsparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ static acpi_status pnpacpi_allocated_resource(struct acpi_resource *res,

case ACPI_RESOURCE_TYPE_EXTENDED_IRQ:
extended_irq = &res->data.extended_irq;
if (extended_irq->producer_consumer == ACPI_PRODUCER)
return AE_OK;

if (extended_irq->interrupt_count == 0)
pnp_add_irq_resource(dev, 0, IORESOURCE_DISABLED);
Expand Down

0 comments on commit 321a058

Please sign in to comment.