PNP: fix up after Lindent
More manual fixups after Lindent. No functional change. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Acked-by: Adam Belay <abelay@novell.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
static int irq_flags(int triggering, int polarity)
|
||||
{
|
||||
int flag;
|
||||
|
||||
if (triggering == ACPI_LEVEL_SENSITIVE) {
|
||||
if (polarity == ACPI_ACTIVE_LOW)
|
||||
flag = IORESOURCE_IRQ_LOWLEVEL;
|
||||
|
Reference in New Issue
Block a user