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

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

Merge "drivers/base: cacheinfo: remove noisy error boot message"

parents 10cf34b0 08eb7622
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -526,10 +526,8 @@ static int __init cacheinfo_sysfs_init(void)

	for_each_online_cpu(cpu) {
		rc = detect_cache_attributes(cpu);
		if (rc) {
			pr_err("error detecting cacheinfo..cpu%d\n", cpu);
		if (rc)
			goto out;
		}
		rc = cache_add_dev(cpu);
		if (rc) {
			free_cache_attributes(cpu);