Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98930
b: refs/heads/master
c: c1ac022
h: refs/heads/master
v: v3
  • Loading branch information
Dominik Brodowski committed Jun 24, 2008
1 parent 95f1e1d commit 4cee6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4cf974c57633e70a8d48f9d40e41cf192c6e062c
refs/heads/master: c1ac02280d76de7aba8a9d43638d0f7d1fd0f820
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/pcmcia_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ void pcmcia_disable_device(struct pcmcia_device *p_dev) {
pcmcia_release_configuration(p_dev);
pcmcia_release_io(p_dev, &p_dev->io);
pcmcia_release_irq(p_dev, &p_dev->irq);
if (&p_dev->win)
if (p_dev->win)
pcmcia_release_window(p_dev->win);
}
EXPORT_SYMBOL(pcmcia_disable_device);

0 comments on commit 4cee6fa

Please sign in to comment.