|
@@ -726,7 +726,6 @@ static int lm78_write_value(struct i2c_client *client, u8 reg, u8 value)
|
|
return i2c_smbus_write_byte_data(client, reg, value);
|
|
return i2c_smbus_write_byte_data(client, reg, value);
|
|
}
|
|
}
|
|
|
|
|
|
-/* Called when we have found a new LM78. It should set limits, etc. */
|
|
|
|
static void lm78_init_client(struct i2c_client *client)
|
|
static void lm78_init_client(struct i2c_client *client)
|
|
{
|
|
{
|
|
u8 config = lm78_read_value(client, LM78_REG_CONFIG);
|
|
u8 config = lm78_read_value(client, LM78_REG_CONFIG);
|