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

Commit dacf6e05 authored by Arun KS's avatar Arun KS
Browse files

power: smb1390: Fix formatting error



This patch fixes the format specifier to match the data type.

Change-Id: I7a71e94fe72e5c3dd5b22f56817707f400e8be46
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent 65119ded
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1436,7 +1436,7 @@ static int smb1390_parse_dt(struct smb1390 *chip)
			rc = PTR_ERR(chip->iio.die_temp_chan);
			rc = PTR_ERR(chip->iio.die_temp_chan);
			if (rc != -EPROBE_DEFER)
			if (rc != -EPROBE_DEFER)
				dev_err(chip->dev,
				dev_err(chip->dev,
					"cp_die_temp channel unavailable %ld\n",
					"cp_die_temp channel unavailable %d\n",
					rc);
					rc);
			chip->iio.die_temp_chan = NULL;
			chip->iio.die_temp_chan = NULL;
			return rc;
			return rc;