On Fri, 2021-07-23 at 14:57 -0400, Hamza Mahfooz wrote: > For devices that only support the BATTERY_VOLTAGE (0x1001) feature, > UPower > requires the additional information provided by this patch, to set > them up. > > Signed-off-by: Hamza Mahfooz <someguy@xxxxxxxxxxxxxxxxxxx> > --- > > v2: use ARRAY_SIZE() and set voltages[]'s size to 100 > > v3: add a check to ensure that exactly 100 elements are in voltages[] > --- > <snip> > + BUILD_BUG_ON(ARRAY_SIZE(voltages) != 100); Sweet! Reviewed-By: Bastien Nocera <hadess@xxxxxxxxxx>