From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3v8g1Y3152zDq5s for ; Fri, 27 Jan 2017 11:40:33 +1100 (AEDT) In-Reply-To: <1485211794-11093-2-git-send-email-gwshan@linux.vnet.ibm.com> To: Gavin Shan , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Gavin Shan Subject: Re: [v2, 1/3] powerpc/kernel: Remove nested if statements in rtas_initialize() Message-Id: <3v8g1Y2RMsz9t1B@ozlabs.org> Date: Fri, 27 Jan 2017 11:40:33 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2017-01-23 at 22:49:52 UTC, Gavin Shan wrote: > This removes the unnecessary nested if statements in function > rtas_initialize(), to simplify the code. No functional changes > introduced. > > Signed-off-by: Gavin Shan Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/dbecd5093043faa9da83c720ed0e08 cheers