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

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

Merge "power: smb135x-charger: initialize wakeup source for parallel charger"

parents 333ed7f3 cf80b425
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4381,6 +4381,7 @@ static int smb135x_parallel_charger_probe(struct i2c_client *client,
	mutex_init(&chip->path_suspend_lock);
	mutex_init(&chip->current_change_lock);
	mutex_init(&chip->read_write_lock);
	wakeup_source_init(&chip->wake_source.source, "smb_wake_source");

	match = of_match_node(smb135x_match_table, node);
	if (match == NULL) {