Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318115
b: refs/heads/master
c: 423e0e3
h: refs/heads/master
i:
  318113: a11fca8
  318111: 7b11dd6
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 19, 2012
1 parent c4f6bd6 commit 2c9e542
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 6bdae560f46cddc8aeff5bd9c76454168ee8e8ab
refs/heads/master: 423e0e3f551212df86d4e06287d253c2ae26e8dd
3 changes: 0 additions & 3 deletions trunk/drivers/staging/comedi/drivers/dyna_pci10xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ static const struct boardtype boardtypes[] = {

struct dyna_pci10xx_private {
struct pci_dev *pci_dev; /* ptr to PCI device */
char valid; /* card is usable */
struct mutex mutex;

/* device base address registers */
Expand Down Expand Up @@ -342,8 +341,6 @@ static int dyna_pci10xx_attach(struct comedi_device *dev,
s->state = 0;
s->insn_bits = dyna_pci10xx_do_insn_bits;

devpriv->valid = 1;

printk(KERN_INFO "comedi: dyna_pci10xx: %s - device setup completed!\n",
thisboard->name);

Expand Down

0 comments on commit 2c9e542

Please sign in to comment.