Skip to content

Commit

Permalink
ARM: davinci: devices-da8xx.c: change pr_warning() to pr_warn()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Tivy authored and Sekhar Nori committed Jan 15, 2013
1 parent 0273612 commit d2e0c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-davinci/devices-da8xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d2e0c18

Please sign in to comment.