Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}