Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354366
b: refs/heads/master
c: 5056d87
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Feb 4, 2013
1 parent 1a4ff11 commit 7c1e5b6
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: 7dc99109f53535f888bc13ea2aad3632acdda475
refs/heads/master: 5056d87a889d1bd7d998070b6827b384ccde487f
7 changes: 1 addition & 6 deletions trunk/drivers/staging/comedi/drivers/ni_daq_700.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,16 +245,11 @@ static int daq700_auto_attach(struct comedi_device *dev,
return 0;
}

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

static struct comedi_driver daq700_driver = {
.driver_name = "ni_daq_700",
.module = THIS_MODULE,
.auto_attach = daq700_auto_attach,
.detach = daq700_detach,
.detach = comedi_pcmcia_disable,
};

static int daq700_cs_attach(struct pcmcia_device *link)
Expand Down

0 comments on commit 7c1e5b6

Please sign in to comment.