Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932440AbcDDQGD (ORCPT ); Mon, 4 Apr 2016 12:06:03 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:26110 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932281AbcDDQGB (ORCPT ); Mon, 4 Apr 2016 12:06:01 -0400 Subject: Re: [PATCH] ARM: OMAP: wakeupgen: Add comment for unhandled FROZEN transitions To: Anna-Maria Gleixner , linux-kernel@vger.kernel.org References: <1459774517-58943-1-git-send-email-anna-maria@linutronix.de> Cc: rt@linutronix.de, Tony Lindgren , Santosh Shilimkar , linux-omap@vger.kernel.org From: santosh shilimkar Organization: Oracle Corporation Message-ID: <570290DA.2050100@oracle.com> Date: Mon, 4 Apr 2016 09:05:46 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1459774517-58943-1-git-send-email-anna-maria@linutronix.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 443 Lines: 11 On 4/4/2016 5:55 AM, Anna-Maria Gleixner wrote: > FROZEN hotplug notifiers are not handled and do not have to be. Insert > a comment to remember that the lack of the FROZEN transitions is no > accident. > > Cc: Tony Lindgren > Cc: Santosh Shilimkar > Cc: linux-omap@vger.kernel.org > Signed-off-by: Anna-Maria Gleixner > --- Acked-by: Santosh Shilimkar