Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3994
b: refs/heads/master
c: 9a936eb
h: refs/heads/master
v: v3
  • Loading branch information
Kylene Jo Hall authored and Linus Torvalds committed Jun 30, 2005
1 parent d7f8ade commit 0fc2547
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: ee93b43a05506667d771c4fb0c384301edd7d036
refs/heads/master: 9a936eb928c1a253c2e5d66b947688bdc55094a6
2 changes: 1 addition & 1 deletion trunk/drivers/char/tpm/tpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ void __devexit tpm_remove(struct pci_dev *pci_dev)

pci_set_drvdata(pci_dev, NULL);
misc_deregister(&chip->vendor->miscdev);
kfree(&chip->vendor->miscdev.name);
kfree(chip->vendor->miscdev.name);

sysfs_remove_group(&pci_dev->dev.kobj, chip->vendor->attr_group);

Expand Down

0 comments on commit 0fc2547

Please sign in to comment.