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

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

Merge "of: batterydata: add a kernel log if battery data is loaded"

parents d74f6799 c6da3ea2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -307,6 +307,7 @@ int of_batterydata_read_data(struct device_node *batterydata_container_node,
		pr_err("No battery data found\n");
		return -ENODATA;
	}
	pr_info("%s loaded\n", best_node->name);

	return of_batterydata_load_battery_data(best_node,
					best_id_kohm, batt_data);