Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324960
b: refs/heads/master
c: cfb2cb1
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 8, 2012
1 parent a9d0ad5 commit 800c860
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: 395d6d0f234d164f443f2bfd098091c39d60e6a5
refs/heads/master: cfb2cb167ab57a3237a0b8f0a1dc0b92afe62c87
6 changes: 0 additions & 6 deletions trunk/drivers/staging/comedi/drivers/me4000.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,6 @@ static int init_board_info(struct comedi_device *dev, struct pci_dev *pci_dev_p)
/* spin_lock_init(&info->preload_lock); */
/* spin_lock_init(&info->ai_ctrl_lock); */

/* Get the vendor id */
info->vendor_id = pci_dev_p->vendor;

/* Get the device id */
info->device_id = pci_dev_p->device;

/* Get the irq assigned to the board */
info->irq = pci_dev_p->irq;

Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/comedi/drivers/me4000.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ struct me4000_info {
unsigned long timer_regbase; /* Base address of the timer circuit */
unsigned long program_regbase; /* Base address to set the program pin for the xilinx */

unsigned short vendor_id; /* Meilhaus vendor id */
unsigned short device_id; /* Device id */

struct pci_dev *pci_dev_p; /* General PCI information */

unsigned int irq; /* IRQ assigned from the PCI BIOS */
Expand Down

0 comments on commit 800c860

Please sign in to comment.