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

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

ARM: davinci: psc.c: change pr_warning() to pr_warn()



Change 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 d2e0c18a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ int __init davinci_psc_is_clk_active(unsigned int ctlr, unsigned int id)
	struct davinci_soc_info *soc_info = &davinci_soc_info;

	if (!soc_info->psc_bases || (ctlr >= soc_info->psc_bases_num)) {
		pr_warning("PSC: Bad psc data: 0x%x[%d]\n",
		pr_warn("PSC: Bad psc data: 0x%x[%d]\n",
				(int)soc_info->psc_bases, ctlr);
		return 0;
	}
@@ -58,7 +58,7 @@ void davinci_psc_config(unsigned int domain, unsigned int ctlr,
	u32 next_state = PSC_STATE_ENABLE;

	if (!soc_info->psc_bases || (ctlr >= soc_info->psc_bases_num)) {
		pr_warning("PSC: Bad psc data: 0x%x[%d]\n",
		pr_warn("PSC: Bad psc data: 0x%x[%d]\n",
				(int)soc_info->psc_bases, ctlr);
		return;
	}