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

Commit 595a23fe authored by Hans Wennborg's avatar Hans Wennborg Committed by John W. Linville
Browse files

iwl4965: fix %d confusingly prefixed with 0x in format string

parent 1716bcf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4633,7 +4633,7 @@ il4965_store_tx_power(struct device *d, struct device_attribute *attr,
	else {
		ret = il_set_tx_power(il, val, false);
		if (ret)
			IL_ERR("failed setting tx power (0x%d).\n", ret);
			IL_ERR("failed setting tx power (0x%08x).\n", ret);
		else
			ret = count;
	}