power_supply: Update power_supply_is_watt_property

Update the power_supply_is_watt_property function to include POWER_NOW.

Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>

authored by Rhyland Klein and committed by Anton Vorontsov 35c9d267 ff28fcef

+1
+1
include/linux/power_supply.h
··· 251 251 case POWER_SUPPLY_PROP_VOLTAGE_MIN_DESIGN: 252 252 case POWER_SUPPLY_PROP_VOLTAGE_NOW: 253 253 case POWER_SUPPLY_PROP_VOLTAGE_AVG: 254 + case POWER_SUPPLY_PROP_POWER_NOW: 254 255 return 1; 255 256 default: 256 257 break;