Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248452 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/acpi/ec.c (-1 / +2 lines)
Lines 219-225 static void gpe_transaction(struct acpi_ec *ec, u8 status) Link Here
219
	goto unlock;
219
	goto unlock;
220
err:
220
err:
221
	/* false interrupt, state didn't change */
221
	/* false interrupt, state didn't change */
222
	++ec->curr->irq_count;
222
	if (in_interrupt())
223
		++ec->curr->irq_count;
223
unlock:
224
unlock:
224
	spin_unlock_irqrestore(&ec->curr_lock, flags);
225
	spin_unlock_irqrestore(&ec->curr_lock, flags);
225
}
226
}

Return to bug 248452