Commit fd226511 authored by Dave Jones's avatar Dave Jones Committed by Jeff Garzik

Comment out misplaced } in dscc4 wan driver.

Spotted by Keith Owens.
parent f907a5a1
......@@ -1552,7 +1552,7 @@ static inline void dscc4_rx_irq(struct dscc4_pci_priv *priv,
rx_fd->state1 &= ~Hold;
rx_fd->state2 = 0x00000000;
rx_fd->end = 0xbabeface;
}
//}
goto try;
}
if (state & Fi) {
......
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