BigW Consortium Gitlab

Commit e9a8f973 by David Frey

Remove CURRENT_NOW property from ltc2942

The chip isn't capable of reporting this value.
parent b1f82628
......@@ -476,7 +476,7 @@ static int ltc294x_i2c_probe(struct i2c_client *client,
break;
case LTC2942_ID:
info->supply.num_properties =
ARRAY_SIZE(ltc294x_properties);
ARRAY_SIZE(ltc294x_properties) - 1;
break;
case LTC2941_ID:
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment