Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135325
b: refs/heads/master
c: c0fe302
h: refs/heads/master
i:
  135323: 32a56fe
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jan 28, 2009
1 parent 40c8d04 commit 525852a
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: 3456b22111be920e15e6999b15d2f402a48e775d
refs/heads/master: c0fe30265a1fe3a69e0ce0d08b49de1dda9c1190
2 changes: 2 additions & 0 deletions trunk/drivers/atm/solos-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,8 @@ static void atm_remove(struct solos_card *card)
for (i = 0; i < card->nr_ports; i++) {
if (card->atmdev[i]) {
dev_info(&card->dev->dev, "Unregistering ATM device %d\n", card->atmdev[i]->number);

sysfs_remove_group(&card->atmdev[i]->class_dev.kobj, &solos_attr_group);
atm_dev_deregister(card->atmdev[i]);
}
}
Expand Down

0 comments on commit 525852a

Please sign in to comment.