Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86214
b: refs/heads/master
c: 0400b69
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Feb 24, 2008
1 parent 4bee0db commit a9bc8da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98bcef56cadb4da138e2c1a2a0790f372382b236
refs/heads/master: 0400b697ef20247d26427e4beb6a84ca5aa51f45
2 changes: 1 addition & 1 deletion trunk/drivers/serial/atmel_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ static irqreturn_t atmel_interrupt(int irq, void *dev_id)
atmel_handle_transmit(port, pending);
} while (pass_counter++ < ATMEL_ISR_PASS_LIMIT);

return IRQ_HANDLED;
return pass_counter ? IRQ_HANDLED : IRQ_NONE;
}

/*
Expand Down

0 comments on commit a9bc8da

Please sign in to comment.