X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fhwmon%2Flm63.c;h=650b07d5b902f997d3f887e0bc9c8ff978d5a911;hb=7343eb6570ae3b299e7b5185b139d8335ef60e9b;hp=f207434730de66f472d7e6203e4eb31b1752827d;hpb=1beeffe43311f64df8dd0ab08ff6b1858c58363f;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/hwmon/lm63.c b/drivers/hwmon/lm63.c index f207434..650b07d 100644 --- a/drivers/hwmon/lm63.c +++ b/drivers/hwmon/lm63.c @@ -533,7 +533,7 @@ static void lm63_init_client(struct i2c_client *client) /* Start converting if needed */ if (data->config & 0x40) { /* standby */ - dev_dbg(&client->dev, "Switching to operational mode"); + dev_dbg(&client->dev, "Switching to operational mode\n"); data->config &= 0xA7; i2c_smbus_write_byte_data(client, LM63_REG_CONFIG1, data->config);