diff options
Diffstat (limited to 'drivers/hwmon/tmp102.c')
-rw-r--r-- | drivers/hwmon/tmp102.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/tmp102.c b/drivers/hwmon/tmp102.c index 523dd89ba498..d7b47abf37fe 100644 --- a/drivers/hwmon/tmp102.c +++ b/drivers/hwmon/tmp102.c | |||
@@ -155,8 +155,8 @@ static int tmp102_probe(struct i2c_client *client, | |||
155 | 155 | ||
156 | if (!i2c_check_functionality(client->adapter, | 156 | if (!i2c_check_functionality(client->adapter, |
157 | I2C_FUNC_SMBUS_WORD_DATA)) { | 157 | I2C_FUNC_SMBUS_WORD_DATA)) { |
158 | dev_err(&client->dev, "adapter doesn't support SMBus word " | 158 | dev_err(&client->dev, |
159 | "transactions\n"); | 159 | "adapter doesn't support SMBus word transactions\n"); |
160 | return -ENODEV; | 160 | return -ENODEV; |
161 | } | 161 | } |
162 | 162 | ||