Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354244
b: refs/heads/master
c: 1b69a75
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent 4658dd9 commit 89ea07b
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: bea5b9035dae264e5da4a8a6aacc8bace0647c35
refs/heads/master: 1b69a7577a2a67841c0a6fb742392457a7aa989c
7 changes: 1 addition & 6 deletions trunk/drivers/staging/comedi/drivers/ni_mio_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,14 +378,9 @@ static int cs_attach(struct pcmcia_device *link)
return 0;
}

static void cs_release(struct pcmcia_device *link)
{
pcmcia_disable_device(link);
}

static void cs_detach(struct pcmcia_device *link)
{
cs_release(link);
pcmcia_disable_device(link);
}

static const struct pcmcia_device_id ni_mio_cs_ids[] = {
Expand Down

0 comments on commit 89ea07b

Please sign in to comment.