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

Commit 135494c0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: battery: Fix typo for cp_slave channel name"

parents abf363fa 97be5fdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1039,7 +1039,7 @@ static int pl_fcc_vote_callback(struct votable *votable, void *data,
	 */
	if (!chip->iio_chan_list_cp_slave) {
		chip->iio_chan_list_cp_slave = iio_channel_get(chip->dev,
			"current capability");
			"current_capability");
		if (PTR_ERR(chip->iio_chan_list_cp_slave) == -EPROBE_DEFER)
			chip->iio_chan_list_cp_slave = NULL;
	}