drivers: power: supply: Silence logspam

[  535.897534] FG: fg_psy_get_property: unsupported property 79
[  535.908510] FG: fg_psy_get_property: unsupported property 79
[  542.926175] FG: fg_psy_get_property: unsupported property 79
[  542.937417] FG: fg_psy_get_property: unsupported property 79
[  542.948773] FG: fg_psy_get_property: unsupported property 79

I don't want to fix CAF's fuckery.

Signed-off-by: Santiago Pintos <spintos@outlook.es>
This commit is contained in:
Santiago Pintos
2021-10-16 17:34:45 -03:00
committed by DhineshCool
parent fcb6900e72
commit 6119d9177a

View File

@@ -4049,7 +4049,6 @@ static int fg_psy_get_property(struct power_supply *psy,
POWER_SUPPLY_PROP_HEALTH, pval);
break;
default:
pr_err("unsupported property %d\n", psp);
rc = -EINVAL;
break;
}