Skip to content

Commit

Permalink
i2c-pasemi: Replace obsolete "driverfs" reference with "sysfs"
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Robert P. J. Day authored and Jean Delvare committed Nov 15, 2007
1 parent 5e31c2b commit ff23f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-pasemi.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ static int __devinit pasemi_smb_probe(struct pci_dev *dev,
smbus->adapter.algo = &smbus_algorithm;
smbus->adapter.algo_data = smbus;

/* set up the driverfs linkage to our parent device */
/* set up the sysfs linkage to our parent device */
smbus->adapter.dev.parent = &dev->dev;

reg_write(smbus, REG_CTL, (CTL_MTR | CTL_MRR |
Expand Down

0 comments on commit ff23f3e

Please sign in to comment.