Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325133
b: refs/heads/master
c: 9852d13
h: refs/heads/master
i:
  325131: 129d1c8
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 11, 2012
1 parent 92d3109 commit 8fe371e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 1fbc937b240db5e54be3cfa147d7efb4d72b6a1d
refs/heads/master: 9852d13745bef4158e152c3b00f0678ca1b5ccb7
6 changes: 0 additions & 6 deletions trunk/drivers/staging/comedi/drivers/adl_pci9111.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,6 @@ static void pci9111_ai_munge(struct comedi_device *dev,
/* INTERRUPT SECTION */
/* ------------------------------------------------------------------ */

#undef INTERRUPT_DEBUG

static irqreturn_t pci9111_interrupt(int irq, void *p_device)
{
struct comedi_device *dev = p_device;
Expand Down Expand Up @@ -762,10 +760,6 @@ static irqreturn_t pci9111_interrupt(int irq, void *p_device)
unsigned int num_samples;
unsigned int bytes_written = 0;

#ifdef INTERRUPT_DEBUG
printk(PCI9111_DRIVER_NAME ": fifo is half full\n");
#endif

num_samples =
PCI9111_FIFO_HALF_SIZE >
dev_private->stop_counter
Expand Down

0 comments on commit 8fe371e

Please sign in to comment.