Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / y2.c
1 static void
2 asuscom_interrupt_ipac(int intno, void *dev_id, struct pt_regs *regs)
3 {
4 if (!cs) {
5 printk(KERN_WARNING "ISDNLink: Spurious interrupt!\n");
6 return;
7 }
8 Start_IPAC:
9 debugl1(cs, "IPAC ISTA %02X", ista);
10 if ((ista & 0x3f) && icnt) {
11 icnt--;
12 goto Start_IPAC;
13 }
14 }