From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2001:470:1f0b:db:abcd:42:0:1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DCC822C007B for ; Sat, 5 Oct 2013 01:38:31 +1000 (EST) Message-ID: <524EE0F3.6020507@linutronix.de> Date: Fri, 04 Oct 2013 17:38:27 +0200 From: Sebastian Andrzej Siewior MIME-Version: 1.0 To: Wolfram Sang Subject: Re: [PATCH] Kind of revert "powerpc: 52xx: provide a default in mpc52xx_irqhost_map()" References: <1380901029-3548-1-git-send-email-wsa@the-dreams.de> In-Reply-To: <1380901029-3548-1-git-send-email-wsa@the-dreams.de> Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org, Anatolij Gustschin , linux-rt-users@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 10/04/2013 05:37 PM, Wolfram Sang wrote: > This more or less reverts commit 6391f697d4892a6f233501beea553e13f7745a23. > Instead of adding an unneeded 'default', mark the variable to prevent > the false positive 'uninitialized var'. The other change (fixing the > printout) needs revert, too. We want to know WHICH critical irq failed, > not which level it had. > > Signed-off-by: Wolfram Sang > Cc: Sebastian Andrzej Siewior > Cc: Anatolij Gustschin Acked-by: Sebastian Andrzej Siewior Sebastian