Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228467
b: refs/heads/master
c: b18a5c8
h: refs/heads/master
i:
  228465: c8594e8
  228463: 71fc498
v: v3
  • Loading branch information
Joe Perches authored and Jean Delvare committed Jan 10, 2011
1 parent 4273280 commit f24fd31
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: 665a96b70bfccec6eab2e8d3c770e357e14294ea
refs/heads/master: b18a5c80eb2e7e9c72d23f1960b09d78ddf7e5b0
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-nforce2.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ static int __devinit nforce2_probe(struct pci_dev *dev, const struct pci_device_

static void __devexit nforce2_remove(struct pci_dev *dev)
{
struct nforce2_smbus *smbuses = (void*) pci_get_drvdata(dev);
struct nforce2_smbus *smbuses = pci_get_drvdata(dev);

nforce2_set_reference(NULL);
if (smbuses[0].base) {
Expand Down

0 comments on commit f24fd31

Please sign in to comment.