提交 595a23fe 编写于 作者: H Hans Wennborg 提交者: John W. Linville

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

Signed-off-by: NHans Wennborg <hans@hanshq.net>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 1716bcf3
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册