aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-sis96x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/i2c-sis96x.c')
-rw-r--r--drivers/i2c/busses/i2c-sis96x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-sis96x.c b/drivers/i2c/busses/i2c-sis96x.c
index cde8e5880368..413e9e477723 100644
--- a/drivers/i2c/busses/i2c-sis96x.c
+++ b/drivers/i2c/busses/i2c-sis96x.c
@@ -244,7 +244,7 @@ static const struct i2c_algorithm smbus_algorithm = {
244static struct i2c_adapter sis96x_adapter = { 244static struct i2c_adapter sis96x_adapter = {
245 .owner = THIS_MODULE, 245 .owner = THIS_MODULE,
246 .id = I2C_HW_SMBUS_SIS96X, 246 .id = I2C_HW_SMBUS_SIS96X,
247 .class = I2C_CLASS_HWMON, 247 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD,
248 .algo = &smbus_algorithm, 248 .algo = &smbus_algorithm,
249}; 249};
250 250