Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363414
b: refs/heads/master
c: cf55a71
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 54c8329 commit 0eedc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: bfcded4656c09a60c836c6be566ae501adf15a50
refs/heads/master: cf55a71e43685b39ea6a2cf568a54d05b12b97d5
6 changes: 1 addition & 5 deletions trunk/drivers/staging/comedi/drivers/addi_apci_1710.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,12 @@ static const struct addi_board apci1710_boardtypes[] = {
.pc_DriverName = "apci1710",
.i_VendorId = PCI_VENDOR_ID_ADDIDATA_OLD,
.i_DeviceId = APCI1710_BOARD_DEVICE_ID,
.interrupt = v_APCI1710_Interrupt,
},
};

static irqreturn_t v_ADDI_Interrupt(int irq, void *d)
{
struct comedi_device *dev = d;
const struct addi_board *this_board = comedi_board(dev);

this_board->interrupt(irq, d);
v_APCI1710_Interrupt(irq, d);
return IRQ_RETVAL(1);
}

Expand Down

0 comments on commit 0eedc9f

Please sign in to comment.