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

Commit 6065c9a4 authored by Hans Wennborg's avatar Hans Wennborg Committed by Lee Jones
Browse files

mfd: htc-i2cpld: Fix %d confusingly prefixed with 0x in format string



Signed-off-by: default avatarHans Wennborg <hans@hanshq.net>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent ddde06b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ static int htcpld_register_chip_i2c(
	}

	i2c_set_clientdata(client, chip);
	snprintf(client->name, I2C_NAME_SIZE, "Chip_0x%d", client->addr);
	snprintf(client->name, I2C_NAME_SIZE, "Chip_0x%x", client->addr);
	chip->client = client;

	/* Reset the chip */