提交 3490a69b 编写于 作者: D Dominik Brodowski

pcmcia: use proper printk format for resource

Even though it is just in a dev_dbg statement, improve the printk format
to use %pr instead of plain %p.
Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
上级 af87fae7
......@@ -367,7 +367,7 @@ static int do_validate_mem(struct pcmcia_socket *s,
}
}
dev_dbg(&s->dev, "cs: memory probe 0x%06lx-0x%06lx: %p %p %u %u %u",
dev_dbg(&s->dev, "cs: memory probe 0x%06lx-0x%06lx: %pr %pr %u %u %u",
base, base+size-1, res1, res2, ret, info1, info2);
free_region(res2);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册