Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354363
b: refs/heads/master
c: 7fadd56
h: refs/heads/master
i:
  354361: 9cbec44
  354359: 86bc8e2
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Feb 4, 2013
1 parent 9ca96ad commit eef2167
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: bcd22e8ecee9f48f8668418cef5d523f219f7d1a
refs/heads/master: 7fadd565f0f84ec4402ad33546d7eec7a98220ea
7 changes: 1 addition & 6 deletions trunk/drivers/staging/comedi/drivers/cb_das16_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,16 +477,11 @@ static int das16cs_auto_attach(struct comedi_device *dev,
return 0;
}

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

static struct comedi_driver driver_das16cs = {
.driver_name = "cb_das16_cs",
.module = THIS_MODULE,
.auto_attach = das16cs_auto_attach,
.detach = das16cs_detach,
.detach = comedi_pcmcia_disable,
};

static int das16cs_pcmcia_attach(struct pcmcia_device *link)
Expand Down

0 comments on commit eef2167

Please sign in to comment.