From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh) Date: Mon, 05 Sep 2011 16:13:08 +0530 Subject: [PATCH 22/25] OMAP4: PM: Add power domain statistics support In-Reply-To: <4E649F8C.4090800@ru.mvista.com> References: <1315144466-9395-1-git-send-email-santosh.shilimkar@ti.com> <1315144466-9395-23-git-send-email-santosh.shilimkar@ti.com> <4E649F8C.4090800@ru.mvista.com> Message-ID: <4E64A7BC.1090500@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 05 September 2011 03:38 PM, Sergei Shtylyov wrote: > Hello. > > On 04-09-2011 17:54, Santosh Shilimkar wrote: > >> Signed-off-by: Santosh Shilimkar >> Cc: Kevin Hilman >> --- >> arch/arm/mach-omap2/omap-mpuss-lowpower.c | 5 +++++ >> 1 files changed, 5 insertions(+), 0 deletions(-) > >> diff --git a/arch/arm/mach-omap2/omap-mpuss-lowpower.c >> b/arch/arm/mach-omap2/omap-mpuss-lowpower.c >> index 4dd9d0f..0bc7610 100644 >> --- a/arch/arm/mach-omap2/omap-mpuss-lowpower.c >> +++ b/arch/arm/mach-omap2/omap-mpuss-lowpower.c > [...] >> @@ -270,6 +272,7 @@ int omap4_enter_lowpower(unsigned int cpu, >> unsigned int power_state) >> scu_pwrst_prepare(cpu, power_state); >> l2x0_pwrst_prepare(cpu, save_state); >> >> + > > Stray newline? > I noticed this later after scanning it on the list. Will remove it. Regards Sntosh