video: xilinxfb: Fix compilation warning
regs_phys is phys_addr_t (u32 or u64). Lets use %pa printk format specifier. Fixes compilation warning introduced by: video: xilinxfb: Use drvdata->regs_phys instead of physaddr (sha1: c88fafef0135e1e1c3e23c3e32ccbeeabc587f81) Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
3b2f64d00c
commit
bf265c848f
@ -341,8 +341,8 @@ static int xilinxfb_assign(struct platform_device *pdev,
|
|||||||
|
|
||||||
if (drvdata->flags & BUS_ACCESS_FLAG) {
|
if (drvdata->flags & BUS_ACCESS_FLAG) {
|
||||||
/* Put a banner in the log (for DEBUG) */
|
/* Put a banner in the log (for DEBUG) */
|
||||||
dev_dbg(dev, "regs: phys=%x, virt=%p\n", drvdata->regs_phys,
|
dev_dbg(dev, "regs: phys=%pa, virt=%p\n",
|
||||||
drvdata->regs);
|
&drvdata->regs_phys, drvdata->regs);
|
||||||
}
|
}
|
||||||
/* Put a banner in the log (for DEBUG) */
|
/* Put a banner in the log (for DEBUG) */
|
||||||
dev_dbg(dev, "fb: phys=%llx, virt=%p, size=%x\n",
|
dev_dbg(dev, "fb: phys=%llx, virt=%p, size=%x\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user