Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4274d1dd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qcom-charger: smb2: fix kernel log flooding by charger driver"

parents 98f3f983 b3f4a97d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -620,7 +620,7 @@ static int smb2_usb_main_get_prop(struct power_supply *psy,
		rc = smblib_get_prop_fcc_delta(chg, val);
		break;
	default:
		pr_err("get prop %d is not supported in usb-main\n", psp);
		pr_debug("get prop %d is not supported in usb-main\n", psp);
		rc = -EINVAL;
		break;
	}