Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119053
b: refs/heads/master
c: 3e879f6
h: refs/heads/master
i:
  119051: 7ef8a43
v: v3
  • Loading branch information
Komuro authored and Dominik Brodowski committed Nov 2, 2008
1 parent 73bd040 commit 924730a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60df3de8b1f5ce085049e9e3c83d96643c426158
refs/heads/master: 3e879f61434632ca099804713099f8f1627f929e
2 changes: 2 additions & 0 deletions trunk/drivers/pcmcia/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,8 @@ struct pcmcia_device * pcmcia_device_add(struct pcmcia_socket *s, unsigned int f
list_for_each_entry(tmp_dev, &s->devices_list, socket_device_list)
if (p_dev->func == tmp_dev->func) {
p_dev->function_config = tmp_dev->function_config;
p_dev->io = tmp_dev->io;
p_dev->irq = tmp_dev->irq;
kref_get(&p_dev->function_config->ref);
}

Expand Down

0 comments on commit 924730a

Please sign in to comment.