Commit d2e0c18a authored by Robert Tivy's avatar Robert Tivy Committed by Sekhar Nori

ARM: davinci: devices-da8xx.c: change pr_warning() to pr_warn()

Changed all pr_warning() calls to pr_warn(), as advised by checkpatch.pl.
Signed-off-by: default avatarRobert Tivy <rtivy@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 0273612c
......@@ -751,7 +751,7 @@ void __iomem * __init da8xx_get_mem_ctlr(void)
da8xx_ddr2_ctlr_base = ioremap(DA8XX_DDR2_CTL_BASE, SZ_32K);
if (!da8xx_ddr2_ctlr_base)
pr_warning("%s: Unable to map DDR2 controller", __func__);
pr_warn("%s: Unable to map DDR2 controller", __func__);
return da8xx_ddr2_ctlr_base;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment