Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26149
b: refs/heads/master
c: a0aab14
h: refs/heads/master
i:
  26147: bb7b01a
v: v3
  • Loading branch information
Dominik Brodowski committed Apr 21, 2006
1 parent 3763e45 commit f1d265f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 90ff87008df12da7f2486178d0dee13745c1de6b
refs/heads/master: a0aab14322a74ab5665704c6155bf48fbc38f445
2 changes: 2 additions & 0 deletions trunk/drivers/pcmcia/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ static int pcmcia_device_remove(struct device * dev)
if (p_drv->remove)
p_drv->remove(p_dev);

p_dev->dev_node = NULL;

/* check for proper unloading */
if (p_dev->_irq || p_dev->_io || p_dev->_locked)
printk(KERN_INFO "pcmcia: driver %s did not release config properly\n",
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/pcmcia/pcmcia_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,5 @@ void pcmcia_disable_device(struct pcmcia_device *p_dev) {
pcmcia_release_irq(p_dev, &p_dev->irq);
if (&p_dev->win)
pcmcia_release_window(p_dev->win);

p_dev->dev_node = NULL;
}
EXPORT_SYMBOL(pcmcia_disable_device);

0 comments on commit f1d265f

Please sign in to comment.