From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 9 Dec 2010 16:57:17 -0800 Subject: [PATCH v3] OMAP2+: PM/serial: fix console semaphore acquire during suspend In-Reply-To: <87zksfc53b.fsf@deeprootsystems.com> References: <1291848040-23394-1-git-send-email-khilman@deeprootsystems.com> <87zksfc53b.fsf@deeprootsystems.com> Message-ID: <20101210005717.GP3054@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Kevin Hilman [101209 07:40]: > Vitaly Wool writes: > >> > >> +static void omap2_pm_end(void) > >> +{ > >> + ? ? ? suspend_state = PM_SUSPEND_ON; > >> + ? ? ? return; > >> +} > > > > Redundant return. > > but harmless I'll queue this fix, will leave out the harmless return. Regards, Tony