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

Commit 97be5fdd authored by Ashish Chavan's avatar Ashish Chavan
Browse files

power: battery: Fix typo for cp_slave channel name



Fix typo for cp_slave channel name "current capability"
--> "current_capability".

Change-Id: I2135e409a80195e8cd4a8353e3ace125bd875e62
Signed-off-by: default avatarAshish Chavan <ashichav@codeaurora.org>
parent 2ac873fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1011,7 +1011,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;
	}