Commit fb3d15c0 authored by Tony Lindgren's avatar Tony Lindgren

Misc fixes for upstream merge

- Fix warning spurious may be uninitialized
- Tabify pandora board file
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c65c733e
......@@ -96,7 +96,7 @@ static void omap_mask_irq(unsigned int irq)
int offset = irq & (~(IRQ_BITS_PER_REG - 1));
if (cpu_is_omap34xx()) {
int spurious;
int spurious = 0;
/*
* INT_34XX_GPT12_IRQ is also the spurious irq. Maybe because
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment