Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354374
b: refs/heads/master
c: 2573667
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Feb 5, 2013
1 parent 138fc18 commit 196881b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 87fe1452c6b0154e43fa7c544977279a504ad0e4
refs/heads/master: 25736670bce6b860910ca789ab628bde46be71e6
7 changes: 1 addition & 6 deletions trunk/drivers/staging/comedi/drivers/quatech_daqp_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,16 +790,11 @@ static int daqp_auto_attach(struct comedi_device *dev,
return 0;
}

static void daqp_detach(struct comedi_device *dev)
{
comedi_pcmcia_disable(dev);
}

static struct comedi_driver driver_daqp = {
.driver_name = "quatech_daqp_cs",
.module = THIS_MODULE,
.auto_attach = daqp_auto_attach,
.detach = daqp_detach,
.detach = comedi_pcmcia_disable,
};

static int daqp_cs_suspend(struct pcmcia_device *link)
Expand Down

0 comments on commit 196881b

Please sign in to comment.