ARM: davinci: devices-da8xx.c: change pr_warning() to pr_warn()
authorRobert Tivy <rtivy@ti.com>
Fri, 11 Jan 2013 00:23:20 +0000 (16:23 -0800)
committerSekhar Nori <nsekhar@ti.com>
Tue, 15 Jan 2013 13:08:56 +0000 (18:38 +0530)
Changed all pr_warning() calls to pr_warn(), as advised by checkpatch.pl.

Signed-off-by: Robert Tivy <rtivy@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/devices-da8xx.c

index 30da05f22ef43e5d6ed6c8bccc4c00ff1c25f039..aa402bc160c80d3e329b008560bb0bc4974f57d7 100644 (file)
@@ -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;
 }
This page took 0.037421 seconds and 5 git commands to generate.