mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-01-27 18:24:29 +00:00
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:
committed by
DhineshCool
parent
fcb6900e72
commit
6119d9177a
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user